Class UnknownProcessEngineException
- 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.UnknownProcessEngineException
-
- All Implemented Interfaces:
Serializable
public class UnknownProcessEngineException extends ProcessException
This exception is used to indicate a process engine is not known by the manager.- Since:
- 9.1
- Author:
- B. van de Ven
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownProcessEngineException(ProcessEngineID processEngineId)
Constructs the exception with the ID of the process engine that is not known by the manager.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessEngineID
getProcessEngineId()
This method returns the ID of the process engine.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnknownProcessEngineException
public UnknownProcessEngineException(ProcessEngineID processEngineId)
Constructs the exception with the ID of the process engine that is not known by the manager.- Parameters:
processEngineID
- the ID of the process engine that is not known by the manager.
-
-
Method Detail
-
getProcessEngineId
public ProcessEngineID getProcessEngineId()
This method returns the ID of the process engine.- Returns:
- The ID of the process engine.
-
-