public class ContextException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| 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. |
private static final long serialVersionUID
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