Class UnhandledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aquima.interactions.foundation.exception.SysException
com.aquima.interactions.profile.exception.UnhandledException
- All Implemented Interfaces:
Serializable
Internal exception used to indicate that an exception was not handled correctly.
- Since:
- 5.0
- Author:
- O. Kerpershoek
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnhandledException
(Throwable exception) Constructs the exception with the exception that was not handled correctly. -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the exception that was not handled correctly.Methods inherited from class com.aquima.interactions.foundation.exception.SysException
raise, raise
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString