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

public class RuntimeEngineException extends RuntimeException
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 Details

    • RuntimeEngineException

      public RuntimeEngineException(String message)
    • RuntimeEngineException

      public RuntimeEngineException(EngineException e)
    • RuntimeEngineException

      public RuntimeEngineException(String message, EngineException e)