public class DelayedInterruptException extends InterruptException
SimProcess.lifeCycle()
method of a process this means that the
process has been interrupted from "within" due to a previously scheduled
delayed interrupt. DelayedInterruptExceptions are used
in with SimProcess.interruptDelayed(TimeInstant)
and
SimProcess.interruptDelayed(TimeSpan)
.InterruptException
,
InterruptCode
,
SimProcess.interruptDelayed(TimeSpan)
,
SimProcess.interruptDelayed(TimeInstant)
,
Serialized FormConstructor and Description |
---|
DelayedInterruptException(InterruptCode interruptCode)
Constructs a DelayedInterruptException with the given InterruptCode.
|
equals, getInterruptCode, hashCode
public DelayedInterruptException(InterruptCode interruptCode)
interruptCode
- The InterruptCode to be contained within this
DelayedInterruptException.