Package org.metricshub.winrm.exceptions
package org.metricshub.winrm.exceptions
-
ExceptionsClassDescriptionThe remote host rejected the credentials (or every authentication scheme of an ordered fallback list).Base unchecked exception of the fluent
WinRMClientAPI.The remote WinRM service answered with a WSMan fault (or a non-success HTTP status).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.Exception for a syntax error in the WQL Query parameter.The WQL query is syntactically invalid — the unchecked counterpart of the legacyWqlQuerySyntaxException, thrown by the fluentWinRMClientAPI before anything is sent to the remote host.