Class InvalidArgumentException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidArgumentException
    extends PubServerException
    Thrown to indicate that a method has been passed an invalid argument.
    E.g. Input null when null is not allowed.

    This is a checked exception differing from the java runtime exception in IllegalArgumentException.

    Since:
    4.0.0
    See Also:
    Serialized Form