Package com.atlassian.bitbucket.auth
Class SshAuthenticationInsecureKeyException
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.SshAuthenticationInsecureKeyException
- All Implemented Interfaces:
Serializable
A specialization of
AuthenticationException
that is thrown during authentication when a
key does not meet the requirements of the system.- Since:
- 8.7
- See Also:
-
Constructor Summary
ConstructorDescriptionSshAuthenticationInsecureKeyException
(KeyedMessage message, Throwable cause) -
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
-
SshAuthenticationInsecureKeyException
-
SshAuthenticationInsecureKeyException
public SshAuthenticationInsecureKeyException(@Nonnull KeyedMessage message, @Nullable Throwable cause)
-