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