public class OutOfStateException extends CoreException
| Constructor and Description |
|---|
OutOfStateException()
Creates a new instance.
|
OutOfStateException(java.lang.String description)
Creates a new instance with a description of the
Exception. |
OutOfStateException(java.lang.String description,
java.lang.Throwable cause)
Creates a new instance with a reference to a previous
Exception and a description of the Exception. |
OutOfStateException(java.lang.Throwable cause)
Creates a new instance with a reference to a previous
Exception. |
public OutOfStateException()
Creates a new instance.
public OutOfStateException(java.lang.Throwable cause)
Creates a new instance with a reference to a previous
Exception.
cause - a previous, causal Exceptionpublic OutOfStateException(java.lang.String description)
Creates a new instance with a description of the Exception.
description - description of the Exceptionpublic OutOfStateException(java.lang.String description,
java.lang.Throwable cause)
Creates a new instance with a reference to a previous
Exception and a description of the Exception.
description - of the Exceptioncause - previous Exception