Package org.metricshub.winrm.exceptions
Class WqlSyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.metricshub.winrm.exceptions.WinRMClientException
org.metricshub.winrm.exceptions.WqlSyntaxException
- All Implemented Interfaces:
Serializable
The WQL query is syntactically invalid — the unchecked counterpart of the legacy
WqlQuerySyntaxException, thrown by the fluent WinRMClient
API before anything is sent to the remote host.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWqlSyntaxException(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
-
WqlSyntaxException
Create the exception with a message and the underlying cause.- Parameters:
message- the detail messagecause- the underlyingWqlQuerySyntaxException
-