org.jclouds.rest
Class ResourceAlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jclouds.rest.ResourceAlreadyExistsException
All Implemented Interfaces:
Serializable

public class ResourceAlreadyExistsException
extends RuntimeException

Thrown when creating a resource that already exists.

See Also:
Serialized Form

Constructor Summary
ResourceAlreadyExistsException()
           
ResourceAlreadyExistsException(String message)
           
ResourceAlreadyExistsException(String message, Throwable cause)
           
ResourceAlreadyExistsException(Throwable cause)
           
 
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

ResourceAlreadyExistsException

public ResourceAlreadyExistsException()

ResourceAlreadyExistsException

public ResourceAlreadyExistsException(String message)

ResourceAlreadyExistsException

public ResourceAlreadyExistsException(Throwable cause)

ResourceAlreadyExistsException

public ResourceAlreadyExistsException(String message,
                                      Throwable cause)


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.