Class DomainTemplateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fr.tiogars.template.client.DomainTemplateException
- All Implemented Interfaces:
Serializable
Indicates that the DomainTemplate API returned an unexpected response.
- Since:
- 0.1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDomainTemplateException(String message) Creates an exception with the response failure details. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DomainTemplateException
Creates an exception with the response failure details.- Parameters:
message- response failure details
-