Package com.atlassian.bitbucket.scm
Class NotAuthorizedScmException
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.NotAuthorizedScmException
- All Implemented Interfaces:
Serializable
An exception that is thrown by
commands
created by the ScmMirrorCommandFactory
when they
fail due to authorization problems.- Since:
- 4.11
- See Also:
-
Constructor Summary
ConstructorDescriptionNotAuthorizedScmException
(KeyedMessage message, String scmId) NotAuthorizedScmException
(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
-
NotAuthorizedScmException
-
NotAuthorizedScmException
public NotAuthorizedScmException(@Nonnull KeyedMessage message, @Nullable Throwable cause, @Nonnull String scmId)
-