Class WinRMTimeoutException

All Implemented Interfaces:
Serializable

public class WinRMTimeoutException extends WinRMClientException
The operation did not complete within its timeout — the whole operation is bounded by a wall-clock deadline, covering authentication, every WSMan round trip, and result collection.
See Also:
  • Constructor Details

    • WinRMTimeoutException

      public WinRMTimeoutException(String message, Throwable cause)
      Create the exception with a message and the underlying cause.
      Parameters:
      message - the detail message
      cause - the underlying TimeoutException