public class JobAlreadyRunningException extends RuntimeException
Constructor and Description |
---|
JobAlreadyRunningException()
Instantiates a new job already running exception.
|
JobAlreadyRunningException(String message)
Instantiates a new job already running exception.
|
JobAlreadyRunningException(String message,
Throwable cause)
Instantiates a new job already running exception.
|
JobAlreadyRunningException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Instantiates a new job already running exception.
|
JobAlreadyRunningException(Throwable cause)
Instantiates a new job already running exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JobAlreadyRunningException()
public JobAlreadyRunningException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message
- the messagecause
- the causeenableSuppression
- the enable suppressionwritableStackTrace
- the writable stack tracepublic JobAlreadyRunningException(String message, Throwable cause)
message
- the messagecause
- the causepublic JobAlreadyRunningException(String message)
message
- the messagepublic JobAlreadyRunningException(Throwable cause)
cause
- the causeCopyright © 2021 catworkx GmbH. All rights reserved.