public class CurrentlyRunningException extends RuntimeException
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
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CurrentlyRunningException()
public CurrentlyRunningException(RunLevelFuture runLevelFuture)
runLevelFuture
- The job currently in progresspublic RunLevelFuture getCurrentJob()
Copyright © 2009-2017, Oracle and/or its affiliates. All Rights Reserved.