public class RemoteScrapingSessionException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
log
Used for logging.
|
Constructor and Description |
---|
RemoteScrapingSessionException(java.lang.String message)
Constructs a new exception with the given message.
|
RemoteScrapingSessionException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the given message.
|
public RemoteScrapingSessionException(java.lang.String message)
message
- The message the exception should hold.public RemoteScrapingSessionException(java.lang.String message, java.lang.Throwable cause)
message
- The message the exception should hold.cause
- The cause of the exception