Class WqlSyntaxException

All Implemented Interfaces:
Serializable

public class WqlSyntaxException extends WinRMClientException
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 Details

    • WqlSyntaxException

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