Class EngineRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.qubership.integration.platform.engine.errorhandling.EngineRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
KubeApiException, LoggingMaskingException

public class EngineRuntimeException extends RuntimeException
See Also:
  • Constructor Details

    • EngineRuntimeException

      public EngineRuntimeException()
    • EngineRuntimeException

      public EngineRuntimeException(String errorMessage)
    • EngineRuntimeException

      public EngineRuntimeException(String errorMessage, Exception originalException)