Class InvalidIssException

    • Constructor Detail

      • InvalidIssException

        public InvalidIssException()
        Construct the exception.
      • InvalidIssException

        public InvalidIssException​(String message)
        Construct the exception with the given message.
        Parameters:
        message - The message.
      • InvalidIssException

        public InvalidIssException​(String message,
                                   Throwable cause)
        Construct the exception with the given message and cause.
        Parameters:
        message - The message.
        cause - The cause.
      • InvalidIssException

        public InvalidIssException​(Throwable cause)
        Construct the exception with the given cause.
        Parameters:
        cause - The cause.