com.atlassian.bamboo.plugins.hg.bitbucket.api
Class BitbucketApiException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.bamboo.plugins.hg.bitbucket.api.BitbucketApiException
All Implemented Interfaces:
java.io.Serializable

public class BitbucketApiException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
BitbucketApiException(RESTCall restCall)
           
BitbucketApiException(java.lang.String message)
           
BitbucketApiException(java.lang.Throwable cause)
           
 
Method Summary
 int getRestCallStatusCode()
           
 java.net.URI getRestCallURI()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BitbucketApiException

public BitbucketApiException(java.lang.String message)

BitbucketApiException

public BitbucketApiException(java.lang.Throwable cause)

BitbucketApiException

public BitbucketApiException(RESTCall restCall)
Method Detail

getRestCallStatusCode

public int getRestCallStatusCode()

getRestCallURI

public java.net.URI getRestCallURI()


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.