Package hudson.model
Class Computer.TerminationRequest
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- hudson.model.Computer.TerminationRequest
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Computer
public static class Computer.TerminationRequest extends RuntimeException
Used to trace requests to terminate a computer.- Since:
- 1.607
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TerminationRequest(String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getWhen()
Returns the when the termination request was created.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TerminationRequest
public TerminationRequest(String message)
-
-