public class RuntimeWorkerException extends RuntimeException
| Constructor and Description |
|---|
RuntimeWorkerException() |
RuntimeWorkerException(String message) |
RuntimeWorkerException(String message,
Throwable cause) |
RuntimeWorkerException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RuntimeWorkerException()
public RuntimeWorkerException(String message, Throwable cause)
message - a messagecause - a causepublic RuntimeWorkerException(String message)
message - a messagepublic RuntimeWorkerException(Throwable cause)
cause - a causeCopyright © 2019. All rights reserved.