Class NoContentException
- 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.NoContentException
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class NoContentException extends BitbucketClientException Caller requested a result but the server did not reply with a body.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description NoContentException(String message, int responseCode)
 - 
Method Summary- 
Methods inherited from class com.atlassian.bitbucket.jenkins.internal.client.exception.BitbucketClientExceptiontoString
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
- 
 
- 
- 
- 
Constructor Detail- 
NoContentExceptionpublic NoContentException(String message, int responseCode) 
 
- 
 
-