com.norconex.collector.http
Class HttpCollectorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.norconex.collector.http.HttpCollectorException
All Implemented Interfaces:
Serializable

public class HttpCollectorException
extends RuntimeException

Runtime exception for most unrecoverable issues thrown by HTTP Collector classes.

Author:
Pascal Essiembre
See Also:
Serialized Form

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

HttpCollectorException

public HttpCollectorException()

HttpCollectorException

public HttpCollectorException(String message)

HttpCollectorException

public HttpCollectorException(Throwable cause)

HttpCollectorException

public HttpCollectorException(String message,
                              Throwable cause)


Copyright © 2009-2013 Norconex Inc.. All Rights Reserved.