FileDocCategorySizeDatePackage
ExecException.javaAPI DocGlassfish v2 API2374Fri May 04 22:32:06 BST 2007com.sun.enterprise.util

ExecException

public class ExecException extends Exception
author
Kedar
version
1.0

Fields Summary
Constructors Summary
public ExecException()
Creates new ExecException without detail message.

    
public ExecException(String msg)
Constructs an ExecException with the specified detail message.

param
msg the detail message.

        super(msg);
    
Methods Summary