Package com.atlassian.bitbucket.scm
Class AuthenticationFailedScmException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bitbucket.ServiceException
com.atlassian.bitbucket.scm.ScmException
com.atlassian.bitbucket.scm.AuthenticationFailedScmException
- All Implemented Interfaces:
Serializable
An exception that is thrown by
commands
created by the ScmMirrorCommandFactory
when they
fail due to authentication problems.- Since:
- 4.11
- See Also:
-
Constructor Summary
ConstructorDescriptionAuthenticationFailedScmException
(KeyedMessage message, String scmId) AuthenticationFailedScmException
(KeyedMessage message, Throwable cause, String scmId) -
Method Summary
Methods inherited from class com.atlassian.bitbucket.scm.ScmException
getScmId
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
-
AuthenticationFailedScmException
-
AuthenticationFailedScmException
public AuthenticationFailedScmException(@Nonnull KeyedMessage message, @Nullable Throwable cause, @Nonnull String scmId)
-