[TOC]

  • Detail:
  • Field |
  • Constr |
  • Method

org.apache.nutch.protocol

Class ProtocolException


public class ProtocolException
extends Exception

Constructor Summary

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

-    

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)

  • Detail:
  • Field |
  • Constr |
  • Method

Copyright © 2014 The Apache Software Foundation