Package com.axemble.vdoc.sdk.exceptions
Class ModuleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.axemble.vdoc.sdk.exceptions.ModuleException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DirectoryModuleException,- DocumentModuleException,- LibraryModuleException,- PortalModuleException,- ProjectModuleException,- SiteModuleException,- WorkflowModuleException
- Author:
- vlygeros
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionModuleException(String message) ModuleException(String message, Throwable cause) ModuleException(Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ModuleException- Parameters:
- cause-
 
- 
ModuleException
- 
ModuleException
 
-