Class 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

public class UcmdbException extends RuntimeException
Base class for all UCMDB API application exceptions. Usually, instances of subclasses of this exception are thrown.
See Also:
  • Constructor Details

    • UcmdbException

      public UcmdbException(Throwable cause)
    • UcmdbException

      public UcmdbException(String message)
    • UcmdbException

      public UcmdbException(String message, Throwable cause)
  • Method Details