public class TaskMasterException extends RuntimeException
| Constructor and Description |
|---|
TaskMasterException(String msg)
Creates a TaskMasterException with the specified message.
|
TaskMasterException(String msg,
Throwable throwable)
Creates a TaskMasterException with the specified message and cause.
|
TaskMasterException(Throwable throwable)
Creates a TaskMasterException with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TaskMasterException(String msg)
msg - the message.public TaskMasterException(String msg, Throwable throwable)
msg - the message.throwable - the cause of the exception.public TaskMasterException(Throwable throwable)
throwable - the cause of the exception.Copyright © 2019. All rights reserved.