Class OpenProcessTaskException
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.OpenProcessTaskException
- All Implemented Interfaces:
Serializable
This exception is used to indicate that a process task could not be (re)opened.
- Since:
- 9.6
- Author:
- Petru Galanton
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOpenProcessTaskException
(String message) Constructs the exception with a message explaining the cause.OpenProcessTaskException
(String message, Throwable cause) Constructs the exception with a message explaining the cause and the original exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OpenProcessTaskException
Constructs the exception with a message explaining the cause.- Parameters:
message
- Message explaining the cause of the exception.
-
OpenProcessTaskException
Constructs the exception with a message explaining the cause and the original exception.- Parameters:
message
- Message explaining the cause of the exception.cause
- the original cause
-