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:
UnknownEmailException
public class RuntimeEngineException extends RuntimeException
Unchecked engine exception, used mainly in scenarios where spring cannot handle checked exceptions e.g. whereApplicationEventPublisher
is used to invoke synchronous event handling, and underlying method fails.- Author:
- Roman Krysinski ([email protected])
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuntimeEngineException(String message)
RuntimeEngineException(String message, EngineException e)
RuntimeEngineException(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 Detail
-
RuntimeEngineException
public RuntimeEngineException(String message)
-
RuntimeEngineException
public RuntimeEngineException(EngineException e)
-
RuntimeEngineException
public RuntimeEngineException(String message, EngineException e)
-
-