Class FB2GHException

    • Constructor Detail

      • FB2GHException

        public FB2GHException​(String message)
        Construct a new FB2GHException with the specified message.
        Parameters:
        message - The message
      • FB2GHException

        public FB2GHException​(Throwable cause)
        Construct a new FB2GHException with the specified cause.
        Parameters:
        cause - The cause
      • FB2GHException

        public FB2GHException​(String message,
                              Throwable cause)
        Construct a new FB2GHException with the specified message and cause.
        Parameters:
        message - The message
        cause - The cause