Package org.metricshub.winrm.exceptions
Class WinRMTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.metricshub.winrm.exceptions.WinRMClientException
org.metricshub.winrm.exceptions.WinRMTimeoutException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionWinRMTimeoutException(String message, Throwable cause) Create the exception with a message and the underlying cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WinRMTimeoutException
Create the exception with a message and the underlying cause.- Parameters:
message- the detail messagecause- the underlyingTimeoutException
-