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 Summary
ConstructorDescriptionPortalSecurityException
(String message) PortalSecurityException
(String message, Throwable cause) PortalSecurityException
(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
-
PortalSecurityException
- Parameters:
message
-
-
PortalSecurityException
- Parameters:
cause
-
-
PortalSecurityException
- Parameters:
message
-cause
-
-