Class InvalidAudException

    • Constructor Detail

      • InvalidAudException

        public InvalidAudException()
        Construct the exception.
      • InvalidAudException

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

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

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