com.cloudcontrolled.api.client.exception
Class CommunicationErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.cloudcontrolled.api.client.exception.CloudControlClientException
                  extended by com.cloudcontrolled.api.client.exception.CommunicationErrorException
All Implemented Interfaces:
Serializable

public class CommunicationErrorException
extends CloudControlClientException

CommunicationErrorException class.

Author:
Denis Neuling (denisneuling@gmail.com)
See Also:
Serialized Form

Constructor Summary
CommunicationErrorException(HttpStatus httpStatus)
           Constructor for CommunicationErrorException.
CommunicationErrorException(HttpStatus httpStatus, String message)
           Constructor for CommunicationErrorException.
CommunicationErrorException(String message)
           Constructor for CommunicationErrorException.
CommunicationErrorException(Throwable th)
           Constructor for CommunicationErrorException.
 
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

CommunicationErrorException

public CommunicationErrorException(String message)

Constructor for CommunicationErrorException.

Parameters:
message - a String object.

CommunicationErrorException

public CommunicationErrorException(Throwable th)

Constructor for CommunicationErrorException.

Parameters:
th - a Throwable object.

CommunicationErrorException

public CommunicationErrorException(HttpStatus httpStatus,
                                   String message)

Constructor for CommunicationErrorException.

Parameters:
httpStatus - a HttpStatus object.
message - a String object.

CommunicationErrorException

public CommunicationErrorException(HttpStatus httpStatus)

Constructor for CommunicationErrorException.

Parameters:
httpStatus - a HttpStatus object.


Copyright © 2012. All Rights Reserved.