Class IPMatcherException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dspace.authenticate.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:
  • Constructor Details

    • IPMatcherException

      public IPMatcherException()
    • IPMatcherException

      public IPMatcherException(String message)
    • IPMatcherException

      public IPMatcherException(Throwable cause)
    • IPMatcherException

      public IPMatcherException(String message, Throwable cause)