Class CfnNotFoundException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ResourceNotFoundException

public class CfnNotFoundException extends BaseHandlerException
See Also:
  • Constructor Details

    • CfnNotFoundException

      public CfnNotFoundException(Throwable cause)
    • CfnNotFoundException

      public CfnNotFoundException(String resourceTypeName, String resourceIdentifier)
    • CfnNotFoundException

      public CfnNotFoundException(String resourceTypeName, String resourceIdentifier, Throwable cause)