Class CfnResourceConflictException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- software.amazon.cloudformation.exceptions.BaseHandlerException
-
- software.amazon.cloudformation.exceptions.CfnResourceConflictException
-
- All Implemented Interfaces:
Serializable
public class CfnResourceConflictException extends BaseHandlerException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CfnResourceConflictException(String resourceTypeName, String resourceIdentifier, String conflictReason)CfnResourceConflictException(String resourceTypeName, String resourceIdentifier, String conflictReason, Throwable cause)CfnResourceConflictException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-