public class StateException
extends StackableException
Constructor and Description |
---|
StateException()
Creates a StackableRuntimeException with no message and no parent.
|
StateException(java.lang.String message)
Creates an exception.
|
StateException(java.lang.String message,
java.lang.Exception ex)
Creates an exception.
|
public StateException()
public StateException(java.lang.String message, java.lang.Exception ex)
message
- the exception message.ex
- the parent exception.public StateException(java.lang.String message)
message
- the exception message.