Class UnsupportedTargetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
software.amazon.cloudformation.exceptions.BaseHandlerException
software.amazon.cloudformation.exceptions.CfnInvalidRequestException
software.amazon.cloudformation.exceptions.UnsupportedTargetException
- All Implemented Interfaces:
Serializable
Uses for this exception class should delegate instead to
CfnUnsupportedTargetException as it maps to UnsupportedTarget error code.
This deprecated exception maps to an InvalidRequest error code. Keeping the
same for backwards-compatibility
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedTargetException(String targetTypeName) UnsupportedTargetException(String targetTypeName, 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
-
UnsupportedTargetException
-
UnsupportedTargetException
-
UnsupportedTargetException
-