Package com.sun.enterprise.util
Class ExecException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.enterprise.util.ExecException
- All Implemented Interfaces:
Serializable
- Version:
- 1.0
- Author:
- Kedar
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates newExecExceptionwithout detail message.ExecException(String msg) Constructs anExecExceptionwith the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExecException
public ExecException()Creates newExecExceptionwithout detail message. -
ExecException
Constructs anExecExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-