Package org.dspace.authenticate
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IPMatcherException()IPMatcherException(String message)IPMatcherException(String message, Throwable cause)IPMatcherException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-