Class DocumentCreationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.bcxp.challenge.common.exceptions.DocumentCreationException
All Implemented Interfaces:
Serializable

public class DocumentCreationException extends Exception
Custom exception that should be thrown if Document creation fails.
See Also:
  • Constructor Details

    • DocumentCreationException

      public DocumentCreationException(String message)
      Creates custom exception that should be thrown if Document creation fails.
      Parameters:
      message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.