org.apache.nutch.protocol
Class ProtocolException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.nutch.protocol.ProtocolException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FileException, FtpException, HttpException, HttpException, ProtocolNotFound, ResourceGone, RetryLater

public class ProtocolException
extends Exception

See Also:
Serialized Form

Constructor Summary
ProtocolException()
           
ProtocolException(String message)
           
ProtocolException(String message, Throwable cause)
           
ProtocolException(Throwable cause)
           
 
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

ProtocolException

public ProtocolException()

ProtocolException

public ProtocolException(String message)

ProtocolException

public ProtocolException(String message,
                         Throwable cause)

ProtocolException

public ProtocolException(Throwable cause)


Copyright © 2006 The Apache Software Foundation