Class IllegalArgumentException

    • Constructor Detail

      • IllegalArgumentException

        public IllegalArgumentException​(Throwable throwable)
        Creates a new exception with the given cause.
        Parameters:
        throwable - The cause of the exception
      • IllegalArgumentException

        public IllegalArgumentException​(String message)
        Creates a new exception with the given localized message.
        Parameters:
        message -
      • IllegalArgumentException

        public IllegalArgumentException​(String message,
                                        Throwable throwable)
        Creates a new exception with the given localized message and the cause for this exception.
        Parameters:
        message -
        throwable -