com.dtolabs.client.utils
Class HttpClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.dtolabs.client.utils.HttpClientException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AuthorizationFailureException

public class HttpClientException
extends java.lang.Exception

ColonyHttpClientException is an exception thrown by a ColonyHttpClient.

See Also:
Serialized Form

Constructor Summary
HttpClientException()
           
HttpClientException(java.lang.Exception cause)
           
HttpClientException(java.lang.String msg)
           
HttpClientException(java.lang.String msg, java.lang.Exception cause)
           
 
Method Summary
 
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

HttpClientException

public HttpClientException()

HttpClientException

public HttpClientException(java.lang.String msg)

HttpClientException

public HttpClientException(java.lang.Exception cause)

HttpClientException

public HttpClientException(java.lang.String msg,
                           java.lang.Exception cause)