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