Class ResourceNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class ResourceNotFoundException
    extends CfnNotFoundException
    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:
    Serialized Form
    • Constructor Detail

      • ResourceNotFoundException

        public ResourceNotFoundException​(Throwable cause)
      • ResourceNotFoundException

        public ResourceNotFoundException​(String resourceTypeName,
                                         String resourceIdentifier)
      • ResourceNotFoundException

        public ResourceNotFoundException​(String resourceTypeName,
                                         String resourceIdentifier,
                                         Throwable cause)