Class NestedRuntimeException

    • Constructor Detail

      • NestedRuntimeException

        public NestedRuntimeException​(Throwable cause)
        Constructs a new NestedRuntimeException with specified nested Throwable.
        Parameters:
        cause - the exception or error that caused this exception to be thrown
      • NestedRuntimeException

        public NestedRuntimeException​(String msg,
                                      Throwable cause)
        Constructs a new NestedRuntimeException with specified detail message and nested Throwable.
        Parameters:
        msg - the error message
        cause - the exception or error that caused this exception to be thrown