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, toString
public RuntimeWorkerException()
public RuntimeWorkerException(String message, Throwable cause)
message
- a messagecause
- a causepublic RuntimeWorkerException(String message)
message
- a messagepublic RuntimeWorkerException(Throwable cause)
cause
- a causeCopyright © 2016. All rights reserved.