Package com.hp.ucmdb.api
Class CommunicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hp.ucmdb.api.UcmdbException
com.hp.ucmdb.api.CommunicationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidCredentialsException
Thrown on communication failure between the client and the UCMDB server or on protocol error.
For example, this exception is thrown when the UCMDB server is not available.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCommunicationException
(String message) CommunicationException
(String message, Throwable cause) CommunicationException
(Throwable cause) -
Method Summary
Methods inherited from class com.hp.ucmdb.api.UcmdbException
addErrorCodeParameter, getErrorCode, getParameters, setErrorCode, setParameters
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CommunicationException
-
CommunicationException
-
CommunicationException
-