Module java.base

Class FindException

    • Constructor Detail

      • FindException

        public FindException()
        Constructs a FindException with no detail message.
      • FindException

        public FindException​(String msg)
        Constructs a FindException with the given detail message.
        Parameters:
        msg - The detail message; can be null
      • FindException

        public FindException​(Throwable cause)
        Constructs a FindException with the given cause.
        Parameters:
        cause - The cause; can be null
      • FindException

        public FindException​(String msg,
                             Throwable cause)
        Constructs a FindException with the given detail message and cause.
        Parameters:
        msg - The detail message; can be null
        cause - The cause; can be null