DigitalOcean API Client in Java

com.myjeeva.digitalocean.exception
Class AccessDeniedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.myjeeva.digitalocean.exception.AccessDeniedException
All Implemented Interfaces:
Serializable

public class AccessDeniedException
extends Exception

AccessDeniedException will be thrown, when request failed to authenticate into the DigitalOcean API successfully.

Author:
Jeevanandam M. ([email protected])
See Also:
Serialized Form

Constructor Summary
AccessDeniedException(String msg)
           
AccessDeniedException(String msg, Throwable t)
           
 
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

AccessDeniedException

public AccessDeniedException(String msg)

AccessDeniedException

public AccessDeniedException(String msg,
                             Throwable t)

DigitalOcean API Client in Java

Copyright © 2013 myjeeva blog, All rights reserved.

The copyright of the pages and contents on this website is with myjeeva.com and the content is licensed under Creative Commons Attribution-Share Alike 3.0 Unported License. Libraries and code snippets on myjeeva blog has license information.