public class ShutdownTaskRejectedException extends RuntimeException
| Constructor and Description |
|---|
ShutdownTaskRejectedException()
Constructs an
ShutdownTaskRejectedException with no detail message. |
ShutdownTaskRejectedException(String s)
Constructs an
ShutdownTaskRejectedException with the
specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ShutdownTaskRejectedException()
ShutdownTaskRejectedException with no detail message.public ShutdownTaskRejectedException(String s)
ShutdownTaskRejectedException with the
specified detail message.s - the detail message.Copyright © 2024. All rights reserved.