Class 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. where ApplicationEventPublisher is used to invoke synchronous event handling, and underlying method fails.
    Author:
    Roman Krysinski ([email protected])
    See Also:
    Serialized Form
    • Constructor Detail

      • RuntimeEngineException

        public RuntimeEngineException​(String message)
      • RuntimeEngineException

        public RuntimeEngineException​(EngineException e)