com.cloudcontrolled.api.client.exception
Class CloudControlClientException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthorizationException, CommunicationErrorException, SerializationException, ValidationConstraintViolationException

public class CloudControlClientException
extends RuntimeException

CloudControlClientException class.

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

Constructor Summary
CloudControlClientException(String message)
           Constructor for CloudControlClientException.
CloudControlClientException(Throwable th)
           Constructor for CloudControlClientException.
 
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

CloudControlClientException

public CloudControlClientException(String message)

Constructor for CloudControlClientException.

Parameters:
message - a String object.

CloudControlClientException

public CloudControlClientException(Throwable th)

Constructor for CloudControlClientException.

Parameters:
th - a Throwable object.


Copyright © 2012. All Rights Reserved.