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