Package org.apache.nutch.protocol
Class ProtocolException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.nutch.protocol.ProtocolException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FileException
,FtpException
,HttpException
,ProtocolNotFound
public class ProtocolException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProtocolException()
ProtocolException(String message)
ProtocolException(String message, Throwable cause)
ProtocolException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-