Class AuthorizationException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- com.atlassian.bitbucket.jenkins.internal.client.exception.BitbucketClientException
 - 
- com.atlassian.bitbucket.jenkins.internal.client.exception.AuthorizationException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class AuthorizationException extends BitbucketClientException
Thrown when theCredentialsused did not have the required permissions.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description AuthorizationException(String message, int responseCode, String body) 
- 
Method Summary
- 
Methods inherited from class com.atlassian.bitbucket.jenkins.internal.client.exception.BitbucketClientException
toString 
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace 
 - 
 
 -