Package com.hp.ucmdb.api
Class IncompatibleVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hp.ucmdb.api.UcmdbException
com.hp.ucmdb.api.IncompatibleVersionException
- All Implemented Interfaces:
 Serializable
The server cannot support this version of the client implementation.
 For example, this exception may be thrown when the client version is newer than the server version.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionIncompatibleVersionException(String message) IncompatibleVersionException(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
- 
IncompatibleVersionException
 - 
IncompatibleVersionException
 - 
IncompatibleVersionException
 
 -