DigitalOcean API Client in Java

com.myjeeva.digitalocean.exception
Class ResourceNotFoundException

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

public class ResourceNotFoundException
extends Exception

ResourceNotFoundException will be thrown, while DigitalOcean status code is 404, then api-client will this exception

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

Constructor Summary
ResourceNotFoundException(String msg)
           
ResourceNotFoundException(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

ResourceNotFoundException

public ResourceNotFoundException(String msg)

ResourceNotFoundException

public ResourceNotFoundException(String msg,
                                 Throwable t)

DigitalOcean API Client in Java

Copyright © 2014 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.