public class ContextException extends CascadingException
Constructor and Description |
---|
ContextException(java.lang.String message)
Construct a new
ContextException instance. |
ContextException(java.lang.String message,
java.lang.Throwable throwable)
Construct a new
ContextException instance. |
getCause
public ContextException(java.lang.String message)
ContextException
instance.message
- The detail message for this exception.public ContextException(java.lang.String message, java.lang.Throwable throwable)
ContextException
instance.message
- The detail message for this exception.throwable
- the root cause of the exception