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