Class OperatonBpmNestedRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.operaton.bpm.spring.boot.starter.OperatonBpmNestedRuntimeException
All Implemented Interfaces:
Serializable

public class OperatonBpmNestedRuntimeException extends org.springframework.core.NestedRuntimeException
Custom runtime exception that wraps a checked exception.

This class can be used when it is necessary to avoid the explicit throwing of checked exceptions.

See Also:
  • Constructor Details

    • OperatonBpmNestedRuntimeException

      public OperatonBpmNestedRuntimeException(String msg)
      Construct an exception with the specified detail message and nested exception.
      Parameters:
      msg - the exception message
    • OperatonBpmNestedRuntimeException

      public OperatonBpmNestedRuntimeException(String msg, Throwable cause)
      Construct an exception with the specified detail message and nested exception.
      Parameters:
      msg - the exception message
      cause - the nested exception