Package pl.edu.icm.unity.exceptions
Class RuntimeEngineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
pl.edu.icm.unity.exceptions.RuntimeEngineException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ActionValidationException
,UnknownEmailException
Unchecked engine exception, used mainly in scenarios where spring cannot
handle checked exceptions e.g. where
ApplicationEventPublisher
is
used to invoke synchronous event handling, and underlying method fails.- Author:
- Roman Krysinski ([email protected])
- See Also:
-
Constructor Summary
ConstructorDescriptionRuntimeEngineException
(String message) RuntimeEngineException
(String message, EngineException e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RuntimeEngineException
-
RuntimeEngineException
-
RuntimeEngineException
-