Class IllegalArgumentException

  • All Implemented Interfaces:
    Serializable

    public class IllegalArgumentException
    extends BaseUncheckedException
    Base class for all preconditions violation exceptions.
    Since:
    1.0.0
    Author:
    Ritesh Sinha, Sidhant Agarwal, Sagar Mahapatra, Ravi Balaji, Priya Soni
    See Also:
    Serialized Form
    • Constructor Detail

      • IllegalArgumentException

        public IllegalArgumentException​(String errorCode,
                                        String errorMessage)
      • IllegalArgumentException

        public IllegalArgumentException​(String errorCode,
                                        String errorMessage,
                                        Throwable cause)