public class CurrentlyRunningException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private RunLevelFuture |
currentJob |
private static long |
serialVersionUID
For serialization
|
| Constructor and Description |
|---|
CurrentlyRunningException()
Basic no-arg constructor
|
CurrentlyRunningException(RunLevelFuture runLevelFuture)
Constructor with job that is in progress
|
| Modifier and Type | Method and Description |
|---|---|
RunLevelFuture |
getCurrentJob()
Gets the job current in progress
|
private static final long serialVersionUID
private transient RunLevelFuture currentJob
public CurrentlyRunningException()
public CurrentlyRunningException(RunLevelFuture runLevelFuture)
runLevelFuture - The job currently in progresspublic RunLevelFuture getCurrentJob()