Class CfnNotUpdatableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
software.amazon.cloudformation.exceptions.BaseHandlerException
software.amazon.cloudformation.exceptions.CfnNotUpdatableException
- All Implemented Interfaces:
java.io.Serializable
public class CfnNotUpdatableException extends BaseHandlerException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CfnNotUpdatableException(java.lang.String resourceTypeName, java.lang.String resourceIdentifier)CfnNotUpdatableException(java.lang.String resourceTypeName, java.lang.String resourceIdentifier, java.lang.Throwable cause)CfnNotUpdatableException(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
-
CfnNotUpdatableException
public CfnNotUpdatableException(java.lang.Throwable cause) -
CfnNotUpdatableException
public CfnNotUpdatableException(java.lang.String resourceTypeName, java.lang.String resourceIdentifier) -
CfnNotUpdatableException
public CfnNotUpdatableException(java.lang.String resourceTypeName, java.lang.String resourceIdentifier, java.lang.Throwable cause)
-