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 message
cause
- a cause
public RuntimeWorkerException(String message)
message
- a message
public RuntimeWorkerException(Throwable cause)
cause
- a cause
Copyright © 2016. All rights reserved.