OdiUncheckedException instead this one. This class can be removed at any time.@Deprecated
public class OdiRuntimeException
extends java.lang.RuntimeException
Usually this class would be sub-classed but it can be used (thrown) as is.
| Constructor and Description |
|---|
OdiRuntimeException()
Deprecated.
Create a new
OdiRuntimeException. |
OdiRuntimeException(java.lang.String pMessage)
Deprecated.
Create a new
OdiRuntimeException. |
OdiRuntimeException(java.lang.String pMessage,
java.lang.Throwable pCause)
Deprecated.
Create a new
OdiRuntimeException. |
OdiRuntimeException(java.lang.Throwable pCause)
Deprecated.
Create a new
OdiRuntimeException. |
public OdiRuntimeException()
OdiRuntimeException.public OdiRuntimeException(java.lang.String pMessage,
java.lang.Throwable pCause)
OdiRuntimeException.pMessage - the detail messagepCause - the causepublic OdiRuntimeException(java.lang.String pMessage)
OdiRuntimeException.pMessage - the detail messagepublic OdiRuntimeException(java.lang.Throwable pCause)
OdiRuntimeException.pCause - the cause