Package com._1c.g5.v8.dt.pm
Class ProcessStartingTimedOut
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.util.concurrent.TimeoutException
-
- com._1c.g5.v8.dt.pm.ProcessStartingTimedOut
-
- All Implemented Interfaces:
Serializable
public class ProcessStartingTimedOut extends TimeoutException
Occurs when process starting operation timed out.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessStartingTimedOut(String message, Throwable cause)
Constructs new instance with given message and cause.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Throwable
getCause()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-