com.cloudcontrolled.api.client.exception
Class AuthorizationException

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.AuthorizationException
All Implemented Interfaces:
Serializable

public class AuthorizationException
extends CloudControlClientException

AuthorizationException class.

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

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

AuthorizationException

public AuthorizationException(String message)

Constructor for AuthorizationException.

Parameters:
message - a String object.

AuthorizationException

public AuthorizationException(Throwable th)

Constructor for AuthorizationException.

Parameters:
th - a Throwable object.


Copyright © 2012. All Rights Reserved.