public class ContextNotActiveException extends ContextException
Indicates that a context is not active.
Context,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
ContextNotActiveException() |
ContextNotActiveException(java.lang.String message) |
ContextNotActiveException(java.lang.String message,
java.lang.Throwable cause) |
ContextNotActiveException(java.lang.Throwable cause) |
private static final long serialVersionUID
public ContextNotActiveException()
public ContextNotActiveException(java.lang.String message)
public ContextNotActiveException(java.lang.Throwable cause)
public ContextNotActiveException(java.lang.String message,
java.lang.Throwable cause)