public class ContextException
extends java.lang.RuntimeException
Indicates a problem relating to context management.
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
ContextException() |
ContextException(java.lang.String message) |
ContextException(java.lang.String message,
java.lang.Throwable cause) |
ContextException(java.lang.Throwable cause) |
private static final long serialVersionUID