Class IPMatcherException

  • All Implemented Interfaces:
    Serializable

    public class IPMatcherException
    extends Exception
    Thrown when there is a problem parsing an IP matcher specification.
    Version:
    $Revision$
    Author:
    Robert Tansley
    See Also:
    Serialized Form
    • Constructor Detail

      • IPMatcherException

        public IPMatcherException()
      • IPMatcherException

        public IPMatcherException​(String message)
      • IPMatcherException

        public IPMatcherException​(Throwable cause)
      • IPMatcherException

        public IPMatcherException​(String message,
                                  Throwable cause)