Class CreateProcessCaseException

All Implemented Interfaces:
Serializable

public class CreateProcessCaseException extends ProcessException
This exception is used when a process to create a case could not be started.
Since:
7.1
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • CreateProcessCaseException

      public CreateProcessCaseException(String message)
      Constructs the exception with a message explaining the cause.
      Parameters:
      message - Message explaining the cause of the exception.
    • CreateProcessCaseException

      public CreateProcessCaseException(String message, Throwable cause)
      Constructs the exception with a message explaining the cause.
      Parameters:
      message - Message explaining the cause of the exception.
      cause - The original cause of the error.