Class BadInputException

  • All Implemented Interfaces:
    Serializable

    public class BadInputException
    extends Exception
    Exception that indicates bad input.
    Since:
    2.0.0
    Author:
    Lijun Liao (xipki)
    See Also:
    Serialized Form
    • Constructor Detail

      • BadInputException

        public BadInputException()
      • BadInputException

        public BadInputException​(String message)
      • BadInputException

        public BadInputException​(Throwable cause)
      • BadInputException

        public BadInputException​(String message,
                                 Throwable cause)