Class ProtocolException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.nutch.net.protocols.ProtocolException
All Implemented Interfaces:
Serializable

@Deprecated public class ProtocolException extends Exception implements Serializable
Deprecated.
Use ProtocolException instead.
Base exception for all protocol handlers
See Also:
  • Constructor Details

    • ProtocolException

      public ProtocolException()
      Deprecated.
    • ProtocolException

      public ProtocolException(String message)
      Deprecated.
    • ProtocolException

      public ProtocolException(String message, Throwable cause)
      Deprecated.
    • ProtocolException

      public ProtocolException(Throwable cause)
      Deprecated.