Class DynamicDeckDynamoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.acs.commons.indesign.dynamicdeckdynamo.exception.DynamicDeckDynamoException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a Deck Dynamo Exception.DynamicDeckDynamoException(String message) Creates a Deck Dynamo Exception.DynamicDeckDynamoException(String paramString, Throwable throwable) Creates a Deck Dynamo Exception.DynamicDeckDynamoException(Throwable throwable) Creates a Deck Dynamo Exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DynamicDeckDynamoException
public DynamicDeckDynamoException()Creates a Deck Dynamo Exception. -
DynamicDeckDynamoException
Creates a Deck Dynamo Exception.- Parameters:
message- Custom message for exception.
-
DynamicDeckDynamoException
Creates a Deck Dynamo Exception.- Parameters:
throwable-
-
DynamicDeckDynamoException
Creates a Deck Dynamo Exception.- Parameters:
paramString-throwable-
-