Class ResourceAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
software.amazon.cloudformation.exceptions.BaseHandlerException
software.amazon.cloudformation.exceptions.CfnAlreadyExistsException
software.amazon.cloudformation.exceptions.ResourceAlreadyExistsException
- All Implemented Interfaces:
java.io.Serializable
public class ResourceAlreadyExistsException extends CfnAlreadyExistsException
Uses for this exception class should delegate instead to
CfnAlreadyExistsException. Many APIs use exception classes titled
ResourceAlreadyExistsException, and if handler authors use this class,
they'll often need to use the fully qualified exception name.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ResourceAlreadyExistsException(java.lang.String resourceTypeName, java.lang.String resourceIdentifier)ResourceAlreadyExistsException(java.lang.String resourceTypeName, java.lang.String resourceIdentifier, java.lang.Throwable cause)ResourceAlreadyExistsException(java.lang.Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ResourceAlreadyExistsException
public ResourceAlreadyExistsException(java.lang.Throwable cause) -
ResourceAlreadyExistsException
public ResourceAlreadyExistsException(java.lang.String resourceTypeName, java.lang.String resourceIdentifier) -
ResourceAlreadyExistsException
public ResourceAlreadyExistsException(java.lang.String resourceTypeName, java.lang.String resourceIdentifier, java.lang.Throwable cause)
-