@PublicAPI public class SubmissionClosedException extends SchedulerException
Constructor and Description |
---|
SubmissionClosedException()
Create a new instance of SubmissionClosedException.
|
SubmissionClosedException(String msg)
Create a new instance of SubmissionClosedException with the given message.
|
SubmissionClosedException(String msg,
Throwable cause)
Create a new instance of SubmissionClosedException with the given message and cause
|
SubmissionClosedException(Throwable cause)
Create a new instance of SubmissionClosedException with the given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SubmissionClosedException(String msg)
msg
- the message to attach.public SubmissionClosedException()
public SubmissionClosedException(String msg, Throwable cause)
msg
- the message to attach.cause
- the cause of the exception.public SubmissionClosedException(Throwable cause)
cause
- the cause of the exception.