Uses of Class
org.metricshub.winrm.exceptions.WinRMClientException
Packages that use WinRMClientException
-
Uses of WinRMClientException in org.metricshub.winrm.exceptions
Subclasses of WinRMClientException in org.metricshub.winrm.exceptionsModifier and TypeClassDescriptionclassThe remote host rejected the credentials (or every authentication scheme of an ordered fallback list).classThe remote WinRM service answered with a WSMan fault (or a non-success HTTP status).classThe 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.classThe WQL query is syntactically invalid — the unchecked counterpart of the legacyWqlQuerySyntaxException, thrown by the fluentWinRMClientAPI before anything is sent to the remote host.