Class DocumentFunctionException

All Implemented Interfaces:
Serializable

FODC: Exceptions representing document related errors.
See Also:
  • Field Details

  • Constructor Details

    • DocumentFunctionException

      public DocumentFunctionException(int code, String message)
      Constructs a new exception with the provided code, message, and no cause.
      Parameters:
      code - the error code value
      message - the exception message
    • DocumentFunctionException

      public DocumentFunctionException(int code, String message, Throwable cause)
      Constructs a new exception with the provided code, message, and cause.
      Parameters:
      code - the error code value
      message - the exception message
      cause - the original exception cause
    • DocumentFunctionException

      public DocumentFunctionException(int code, Throwable cause)
      Constructs a new exception with the provided code, no message, and the cause.
      Parameters:
      code - the error code value
      cause - the original exception cause