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