Package com.hp.ucmdb.api.topology
Class InvalidQueryDefinitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hp.ucmdb.api.UcmdbException
com.hp.ucmdb.api.topology.InvalidQueryDefinitionException
- All Implemented Interfaces:
 Serializable
The query cannot be processed due to syntax or other error in the query.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionInvalidQueryDefinitionException(String message) InvalidQueryDefinitionException(String message, Throwable cause)  - 
Method Summary
Methods inherited from class com.hp.ucmdb.api.UcmdbException
addErrorCodeParameter, getErrorCode, getParameters, setErrorCode, setParametersMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
InvalidQueryDefinitionException
 - 
InvalidQueryDefinitionException
 - 
InvalidQueryDefinitionException
 
 -