| org.jicarilla.container.JicarillaException org.jicarilla.container.JicarillaIllegalStateException
JicarillaIllegalStateException | public JicarillaIllegalStateException()(Code) | | Construct a new JicarillaIllegalStateException
instance.
|
JicarillaIllegalStateException | public JicarillaIllegalStateException(String message)(Code) | | Construct a new JicarillaIllegalStateException
instance.
Parameters: message - the detail message for this exception. |
JicarillaIllegalStateException | public JicarillaIllegalStateException(Throwable throwable)(Code) | | Construct a new JicarillaIllegalStateException
instance.
Parameters: throwable - the root cause of the exception. |
JicarillaIllegalStateException | public JicarillaIllegalStateException(String message, Throwable throwable)(Code) | | Construct a new JicarillaIllegalStateException
instance.
Parameters: message - the detail message for this exception. Parameters: throwable - the root cause of the exception. |
|
|