Managed Process Interrupted Exception
Exception indicating that a ManagedProcess was interrupted while waiting or executing.
This wraps an InterruptedException to provide additional context such as where in the process lifecycle the interruption occurred and which process was involved.
Author
Nikan Radan
Constructors
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the descriptive name of the managed process that was interrupted.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public static ManagedProcessInterruptedException withCause(String where, String procLongName, InterruptedException cause)
Creates a new
ManagedProcessInterruptedException with an underlying cause.