Class ResourceFinderException

    • Constructor Detail

      • ResourceFinderException

        public ResourceFinderException()
        Construct a new instance with the supplied message
      • ResourceFinderException

        public ResourceFinderException​(String message)
        Construct a new instance with the supplied message
        Parameters:
        message - the message
      • ResourceFinderException

        public ResourceFinderException​(String message,
                                       Throwable cause)
        Construct a new instance with the supplied message and cause
        Parameters:
        message - the message
        cause - the Throwable that caused the exception to be thrown
      • ResourceFinderException

        public ResourceFinderException​(Throwable cause)
        Construct a new instance with the supplied cause
        Parameters:
        cause - the Throwable that caused the exception to be thrown