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 byCollectorStub.execute(String)when the query cannot be submitted to the Information Collector service.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MalformedQueryException(String message)Creates an instance with a given message and anAxisFaultInfopayload
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MalformedQueryException
public MalformedQueryException(String message)
Creates an instance with a given message and anAxisFaultInfopayload- Parameters:
message- the messageinfo- the payload
-
-