Package com.axemble.vdoc.sdk.exceptions
Class PortalSecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.axemble.vdoc.sdk.exceptions.ModuleException
com.axemble.vdoc.sdk.exceptions.PortalModuleException
com.axemble.vdoc.sdk.exceptions.PortalSecurityException
- All Implemented Interfaces:
- Serializable
- Author:
- fsalque
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionPortalSecurityException(String message) PortalSecurityException(String message, Throwable cause) PortalSecurityException(Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
PortalSecurityException- Parameters:
- message-
 
- 
PortalSecurityException- Parameters:
- cause-
 
- 
PortalSecurityException- Parameters:
- message-
- cause-
 
 
-