[TOC]

  • Detail:
  • Field |
  • Constr |
  • Method

org.apache.nutch.net.protocols

Class ProtocolException


Deprecated.
Use ProtocolException instead.

@Deprecated
public class ProtocolException
extends Exception
implements Serializable

Base exception for all protocol handlers

Constructor Summary

Constructors Constructor and Description 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

addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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.

  • Detail:
  • Field |
  • Constr |
  • Method

Copyright © 2014 The Apache Software Foundation