public class CollectorException extends Exception
Collector encounters problems during its execution.| Constructor and Description |
|---|
CollectorException()
Instantiates a new CollectorException.
|
CollectorException(String message)
Instantiates a new CollectorException from a given string.
|
CollectorException(String message,
Throwable throwable)
Instantiates a new CollectorException with a message.
|
CollectorException(Throwable throwable)
Instantiates a new CollectorExceptionn.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CollectorException(String message)
message - the string to use for the exception.public CollectorException()
public CollectorException(String message, Throwable throwable)
message - the messagethrowable - the throwablepublic CollectorException(Throwable throwable)
throwable - the throwableThis work is licensed under a Creative Commons Attribution 4.0 International License.