com.hp.ucmdb.api
Class UcmdbCheckedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.hp.ucmdb.api.UcmdbCheckedException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FullSyncRequiredException

public class UcmdbCheckedException
extends java.lang.Exception

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

See Also:
Serialized Form

Constructor Summary
UcmdbCheckedException(java.lang.String message)
           
UcmdbCheckedException(java.lang.String message, java.lang.Throwable cause)
           
UcmdbCheckedException(java.lang.Throwable cause)
           
 
Method Summary
 
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

UcmdbCheckedException

public UcmdbCheckedException(java.lang.Throwable cause)

UcmdbCheckedException

public UcmdbCheckedException(java.lang.String message)

UcmdbCheckedException

public UcmdbCheckedException(java.lang.String message,
                             java.lang.Throwable cause)


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