Class UnknownCaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aquima.interactions.foundation.exception.AppException
com.aquima.interactions.matching.exception.UnknownCaseException
- All Implemented Interfaces:
Serializable
This exception is used to indicate a case could not be located.
- Since:
- 6.2
- Author:
- O. Kerpershoek, F. van der Meer
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownCaseException
(String entityType, String caseName) Constructs the exception with the entity type and name of the case that could not be located. -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the name of the case that could not be located.this method returns the entity type of the case that could not be located.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString