org.apache.nutch.net
Class URLFilterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.nutch.net.URLFilterException
All Implemented Interfaces:
Serializable

public class URLFilterException
extends Exception

See Also:
Serialized Form

Constructor Summary
URLFilterException()
           
URLFilterException(String message)
           
URLFilterException(String message, Throwable cause)
           
URLFilterException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

URLFilterException

public URLFilterException()

URLFilterException

public URLFilterException(String message)

URLFilterException

public URLFilterException(String message,
                          Throwable cause)

URLFilterException

public URLFilterException(Throwable cause)


Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.