Class CfnServiceLimitExceededException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- software.amazon.cloudformation.exceptions.BaseHandlerException
-
- software.amazon.cloudformation.exceptions.CfnServiceLimitExceededException
-
- All Implemented Interfaces:
Serializable
public class CfnServiceLimitExceededException extends BaseHandlerException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CfnServiceLimitExceededException(String resourceTypeName, String reason)CfnServiceLimitExceededException(String resourceTypeName, String reason, Throwable cause)CfnServiceLimitExceededException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-