Class DocumentCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.bcxp.challenge.common.exceptions.DocumentCreationException
- All Implemented Interfaces:
Serializable
Custom exception that should be thrown if
Document
creation fails.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDocumentCreationException
(String message) Creates custom exception that should be thrown ifDocument
creation fails. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DocumentCreationException
Creates custom exception that should be thrown ifDocument
creation fails.- Parameters:
message
- the detail message. The detail message is saved for later retrieval by theThrowable.getMessage()
method.
-