public class AuthenticationException extends AeronException
AeronException.Category| Modifier | Constructor and Description |
|---|---|
|
AuthenticationException()
Default exception as
AeronException.Category.ERROR. |
|
AuthenticationException(String message)
Authentication exception with provided message and
AeronException.Category.ERROR. |
|
AuthenticationException(String message,
Throwable cause)
Authentication exception with a detailed message and cause.
|
protected |
AuthenticationException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Constructs a new Authentication exception with a detail message, cause, suppression enabled or disabled,
and writable stack trace enabled or disabled, in the category
AeronException.Category.ERROR. |
|
AuthenticationException(Throwable cause)
Authentication exception with provided cause and
AeronException.Category.ERROR. |
category, isFataladdSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AuthenticationException()
AeronException.Category.ERROR.public AuthenticationException(String message)
AeronException.Category.ERROR.message - to detail the exception.public AuthenticationException(Throwable cause)
AeronException.Category.ERROR.cause - of the error.public AuthenticationException(String message, Throwable cause)
message - providing detail on the error.cause - of the error.protected AuthenticationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
AeronException.Category.ERROR.message - providing detail on the error.cause - of the error.enableSuppression - is suppression enabled or not.writableStackTrace - is the stack trace writable or not.Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.