Class ResourceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
software.amazon.cloudformation.exceptions.BaseHandlerException
software.amazon.cloudformation.exceptions.CfnNotFoundException
software.amazon.cloudformation.exceptions.ResourceNotFoundException
- All Implemented Interfaces:
Serializable
Uses for this exception class should delegate instead to
CfnNotFoundException. Many APIs use exception classes titled
ResourceNotFoundException, and if handler authors use this class, they'll
often need to use the fully qualified exception name.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResourceNotFoundException(String resourceTypeName, String resourceIdentifier) ResourceNotFoundException(String resourceTypeName, String resourceIdentifier, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResourceNotFoundException
-
ResourceNotFoundException
-
ResourceNotFoundException
-