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:
  • Constructor Details

    • ProcessDestroyingInterruptedException

      public ProcessDestroyingInterruptedException(String message, InterruptedException cause)
      Constructs new instance with given message and cause.
      Parameters:
      message - given message (may be null)
      cause - given cause (may be null)
  • Method Details