Class PathNotFoundException

    • Constructor Detail

      • PathNotFoundException

        public PathNotFoundException​(String message,
                                     Throwable cause)
        Constructor for wrapping exception.
        Parameters:
        message - the original message.
        cause - the root cause.