public class AuthenticationException extends NgcException
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthenticationException.AuthenticationExceptionCause
Possible causes of an AuthenticationException.
|
| Constructor and Description |
|---|
AuthenticationException(String message,
AuthenticationException.AuthenticationExceptionCause cause)
Constructor.
|
AuthenticationException(String message,
AuthenticationException.AuthenticationExceptionCause exceptionCause,
Throwable cause)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationException.AuthenticationExceptionCause |
getExceptionCause()
Returns the cause of this authentication exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AuthenticationException(String message, AuthenticationException.AuthenticationExceptionCause cause)
message - messagecause - exception causepublic AuthenticationException(String message, AuthenticationException.AuthenticationExceptionCause exceptionCause, Throwable cause)
message - messageexceptionCause - exception causecause - causing exceptionpublic AuthenticationException.AuthenticationExceptionCause getExceptionCause()
AuthenticationException.AuthenticationExceptionCauseCopyright © 2016 SAPERION AG. All rights reserved.