Class PathNotFoundRuntimeException

    • Constructor Detail

      • PathNotFoundRuntimeException

        public PathNotFoundRuntimeException​(String message,
                                            Throwable rootCause)
        Wrap a PathNotFoundException in a runtime exception
        Parameters:
        message - the original message.
        rootCause - the root cause.
      • PathNotFoundRuntimeException

        public PathNotFoundRuntimeException​(String message)
        Create a PathNotFoundException directly.
        Parameters:
        message - the original message.