com.norconex.collector.http
Class HttpCollectorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.