Package com.orchestranetworks.addon.adix
Class AdixException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.orchestranetworks.addon.adix.AdixException
- All Implemented Interfaces:
 Serializable
Defines an Adix add-on exception.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionAdixException(com.onwbp.base.text.UserMessage message) AdixException(com.onwbp.base.text.UserMessage message, Throwable cause)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
AdixException
public AdixException(com.onwbp.base.text.UserMessage message)  - 
AdixException
- Since:
 - 2.0.7
 
 
 - 
 - 
Method Details
- 
getUserMessage
public final com.onwbp.base.text.UserMessage getUserMessage() 
 -