public abstract class OdiDomainException extends OdiException
An Odi domain exception is not a fatal exception, but a business exception that application code should be able to recover from.
| Constructor and Description | 
|---|
OdiDomainException(java.lang.String pMessage)
Create a new  
OdiDomainException. | 
OdiDomainException(java.lang.String pMessage,
                  java.lang.Throwable pCause)
Create a new  
OdiDomainException. | 
OdiDomainException(java.lang.Throwable pCause)
Create a new  
OdiDomainException. | 
public OdiDomainException(java.lang.String pMessage,
                          java.lang.Throwable pCause)
OdiDomainException.pMessage - error messagepCause - the causepublic OdiDomainException(java.lang.String pMessage)
OdiDomainException.pMessage - error messagepublic OdiDomainException(java.lang.Throwable pCause)
OdiDomainException.pCause - the cause