com.hp.ucmdb.api
Class UcmdbException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.hp.ucmdb.api.UcmdbException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AttributeDoesNotExistException, AttributeDoesNotExistException, AttributeNotStaticException, AttributeStaticException, ClassDoesNotExistException, CommunicationException, CustomerNotAvailableException, DataStoreCheckedException, DataStoreException, ExecutionException, IllegalNetworkRangeException, IncompatibleVersionException, InvalidImpactDefinitionException, InvalidQueryDefinitionException, ParsingRuleDoesNotExistException, ProcessDoesNotExistException, QualifierDoesNotExistException, ResourceValidationException, SignatureDoesNotExistException, ViewDoesNotExistException

public class UcmdbException
extends java.lang.RuntimeException

Base class for all UCMDB API application exceptions. Usually, instances of subclasses of this exception are thrown.

See Also:
Serialized Form

Constructor Summary
UcmdbException(java.lang.String message)
           
UcmdbException(java.lang.String message, java.lang.Throwable cause)
           
UcmdbException(java.lang.Throwable cause)
           
 
Method Summary
 void addErrorCodeParameter(UcmdbExceptionParameter parameter)
           
 int getErrorCode()
           
 java.util.List<UcmdbExceptionParameter> getParameters()
           
 void setErrorCode(int errorCode)
           
 void setParameters(java.util.List<UcmdbExceptionParameter> parameters)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UcmdbException

public UcmdbException(java.lang.Throwable cause)

UcmdbException

public UcmdbException(java.lang.String message)

UcmdbException

public UcmdbException(java.lang.String message,
                      java.lang.Throwable cause)
Method Detail

setErrorCode

public void setErrorCode(int errorCode)

getErrorCode

public int getErrorCode()

addErrorCodeParameter

public void addErrorCodeParameter(UcmdbExceptionParameter parameter)

getParameters

public java.util.List<UcmdbExceptionParameter> getParameters()

setParameters

public void setParameters(java.util.List<UcmdbExceptionParameter> parameters)


Documentation Feedback
Copyright 2010 Hewlett-Packard Development Company, L.P.