public class ContextNotActiveException extends ContextException
Context interface.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
ContextNotActiveException() |
ContextNotActiveException(java.lang.String message)
Creates a new exception with message.
|
ContextNotActiveException(java.lang.String message,
java.lang.Throwable cause)
Creates a new exception with the given message and throwable cause.
|
ContextNotActiveException(java.lang.Throwable cause)
Create a new exception with the root cause.
|
private static final long serialVersionUID
public ContextNotActiveException()
public ContextNotActiveException(java.lang.String message)
message - messagepublic ContextNotActiveException(java.lang.Throwable cause)
cause - cause of the exceptionpublic ContextNotActiveException(java.lang.String message,
java.lang.Throwable cause)
message - exception messagecause - root cause of the exception