Package com.atlassian.bitbucket.auth
Class SshAuthenticationExpiredKeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bitbucket.ServiceException
com.atlassian.bitbucket.auth.AuthenticationException
com.atlassian.bitbucket.auth.SshAuthenticationExpiredKeyException
- All Implemented Interfaces:
Serializable
A specialization of
AuthenticationException
that is thrown during authentication when an existing SSH key has
expired.- Since:
- 8.7
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class com.atlassian.bitbucket.ServiceException
getKeyedMessage, getLocalizedMessage, getMessageKey
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SshAuthenticationExpiredKeyException
-
SshAuthenticationExpiredKeyException
public SshAuthenticationExpiredKeyException(@Nonnull KeyedMessage message, @Nullable Throwable cause)
-