org.apache.nutch.net.protocols
Class ProtocolException

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

Deprecated. Use ProtocolException instead.

public class ProtocolException
extends Exception
implements Serializable

Base exception for all protocol handlers

See Also:
Serialized Form

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

ProtocolException

public ProtocolException()
Deprecated. 

ProtocolException

public ProtocolException(String message)
Deprecated. 

ProtocolException

public ProtocolException(String message,
                         Throwable cause)
Deprecated. 

ProtocolException

public ProtocolException(Throwable cause)
Deprecated. 


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