Class ProcessStartingTimedOut

All Implemented Interfaces:
Serializable

public class ProcessStartingTimedOut extends TimeoutException
Occurs when process starting operation timed out.
See Also:
  • Constructor Details

    • ProcessStartingTimedOut

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