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
public class ProcessDestroyingInterruptedException extends RuntimeException
Occurs when process destroying operation's thread was interrupted.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessDestroyingInterruptedException(String message, InterruptedException cause)
Constructs new instance with given message and cause.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InterruptedException
getCause()
Returns the cause.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ProcessDestroyingInterruptedException
public ProcessDestroyingInterruptedException(String message, InterruptedException cause)
Constructs new instance with given message and cause.- Parameters:
message
- given message (may benull
)cause
- given cause (may benull
)
-
-
Method Detail
-
getCause
public InterruptedException getCause()
Returns the cause.
-
-