Package com.hp.ucmdb.api
Class UcmdbException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hp.ucmdb.api.UcmdbException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AttributeDoesNotExistException
,AttributeDoesNotExistException
,AttributeNotStaticException
,AttributeStaticException
,ClassDoesNotExistException
,CommunicationException
,CustomerNotAvailableException
,DataStoreCheckedException
,DataStoreException
,ExecutionException
,IllegalNetworkRangeException
,IncompatibleVersionException
,InvalidImpactDefinitionException
,InvalidQueryDefinitionException
,ParsingRuleDoesNotExistException
,ProcessDoesNotExistException
,QualifierDoesNotExistException
,ResourceValidationException
,ServerOverloadException
,SignatureDoesNotExistException
,TopologyUpdateException
,ViewDoesNotExistException
Base class for all UCMDB API application exceptions.
Usually, instances of subclasses of this exception are thrown.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUcmdbException
(String message) UcmdbException
(String message, Throwable cause) UcmdbException
(Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addErrorCodeParameter
(UcmdbExceptionParameter parameter) int
void
setErrorCode
(int errorCode) void
setParameters
(List<UcmdbExceptionParameter> parameters) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UcmdbException
-
UcmdbException
-
UcmdbException
-
-
Method Details
-
setErrorCode
public void setErrorCode(int errorCode) -
getErrorCode
public int getErrorCode() -
addErrorCodeParameter
-
getParameters
-
setParameters
-