public abstract class AuthenticationException extends ServiceException
This base type is provided to stem the authentication exception hierarchy. However, it will usually not be desirable to process exceptions at this level. Instead, callers are encouraged to catch specific exception types where they wish to handle failures.
Constructor and Description |
---|
AuthenticationException(KeyedMessage message) |
AuthenticationException(KeyedMessage message,
Throwable cause) |
getKeyedMessage, getLocalizedMessage, getMessageKey
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AuthenticationException(@Nonnull KeyedMessage message)
public AuthenticationException(@Nonnull KeyedMessage message, @Nullable Throwable cause)
Copyright © 2022 Atlassian. All rights reserved.