Class MalformedQueryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gcube.resources.discovery.icclient.stubs.MalformedQueryException
All Implemented Interfaces:
Serializable

@WebFault(name="XQueryFaultType") public class MalformedQueryException extends RuntimeException
Thrown by CollectorStub.execute(String) when the query cannot be submitted to the Information Collector service.
See Also:
  • Constructor Details

    • MalformedQueryException

      public MalformedQueryException(String message)
      Creates an instance with a given message.
      Parameters:
      message - the detail message explaining the exception