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, toString
public 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.AuthenticationExceptionCause
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.