Package com._1c.g5.v8.dt.pm
Class ProcessDestroyingInterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com._1c.g5.v8.dt.pm.ProcessDestroyingInterruptedException
- All Implemented Interfaces:
Serializable
Occurs when process destroying operation's thread was interrupted.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProcessDestroyingInterruptedException
(String message, InterruptedException cause) Constructs new instance with given message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProcessDestroyingInterruptedException
Constructs new instance with given message and cause.- Parameters:
message
- given message (may benull
)cause
- given cause (may benull
)
-
-
Method Details