public class CrawljaxException extends RuntimeException
| Constructor and Description |
|---|
CrawljaxException()
Constructs a
ContractorException with null as its detail message. |
CrawljaxException(String message)
Constructs a new
CrawljaxException with the specified detail message. |
CrawljaxException(String message,
Throwable cause)
Constructs a new
CrawljaxException with the specified detail message and cause. |
CrawljaxException(Throwable cause)
Constructs a new
CrawljaxException with the specified cause and a detail message
of (cause==null ? null :
cause.toString()) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CrawljaxException()
ContractorException with null as its detail message.public CrawljaxException(String message)
CrawljaxException with the specified detail message.message - the detail message.public CrawljaxException(String message, Throwable cause)
CrawljaxException with the specified detail message and cause.message - the detail message.cause - the cause (A null value is permitted, and indicates that the cause is nonexistent
or unknown).public CrawljaxException(Throwable cause)
CrawljaxException with the specified cause and a detail message
of (cause==null ? null :
cause.toString())cause - the cause (A null value is permitted, and indicates that the cause is nonexistent
or unknown).Copyright © 2007-2013. All Rights Reserved.