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