Class CreateProcessCaseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.aquima.interactions.foundation.exception.AppException
-
- com.aquima.interactions.process.exception.ProcessException
-
- com.aquima.interactions.process.exception.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CreateProcessCaseException(String message)
Constructs the exception with a message explaining the cause.CreateProcessCaseException(String message, Throwable cause)
Constructs the exception with a message explaining the cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CreateProcessCaseException
public CreateProcessCaseException(String message)
Constructs the exception with a message explaining the cause.- Parameters:
message
- Message explaining the cause of the exception.
-
-