Class IllegalParametersException

    • Constructor Detail

      • IllegalParametersException

        public IllegalParametersException()
        Creates new IllegleParametersException without detail message.
      • IllegalParametersException

        public IllegalParametersException​(String msg)
        Constructs an IllegleParametersException with the specified detail message.
        Parameters:
        msg - the detail message.