org.gcube.informationsystem.publisher.stubs.collector
Class MalformedQueryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.gcube.informationsystem.publisher.stubs.collector.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:
Serialized Form

Constructor Summary
MalformedQueryException(String message)
          Creates an instance with a given message and an AxisFaultInfo payload
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MalformedQueryException

public MalformedQueryException(String message)
Creates an instance with a given message and an AxisFaultInfo payload

Parameters:
message - the message
info - the payload


Copyright © 2014. All Rights Reserved.