Class CamundaBpmNestedRuntimeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CamundaBpmNestedRuntimeException
    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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CamundaBpmNestedRuntimeException​(java.lang.String msg)
      Construct an exception with the specified detail message and nested exception.
      CamundaBpmNestedRuntimeException​(java.lang.String msg, java.lang.Throwable cause)
      Construct an exception with the specified detail message and nested exception.
    • Method Summary

      • Methods inherited from class org.springframework.core.NestedRuntimeException

        contains, getMessage, getMostSpecificCause, getRootCause
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CamundaBpmNestedRuntimeException

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

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