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 SummaryConstructorsConstructorDescriptionAuthenticationFailedScmException(KeyedMessage message, String scmId) AuthenticationFailedScmException(KeyedMessage message, Throwable cause, String scmId) 
- 
Method SummaryMethods inherited from class com.atlassian.bitbucket.scm.ScmExceptiongetScmIdMethods inherited from class com.atlassian.bitbucket.ServiceExceptiongetKeyedMessage, getLocalizedMessage, getMessageKeyMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
AuthenticationFailedScmException
- 
AuthenticationFailedScmExceptionpublic AuthenticationFailedScmException(@Nonnull KeyedMessage message, @Nullable Throwable cause, @Nonnull String scmId) 
 
-