Package com.hp.ucmdb.api
Class UcmdbCheckedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.hp.ucmdb.api.UcmdbCheckedException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FullSyncRequiredException
Base class for all UCMDB API application exceptions.
Usually, instances of subclasses of this exception are thrown.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUcmdbCheckedException
(String message) UcmdbCheckedException
(String message, Throwable cause) UcmdbCheckedException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UcmdbCheckedException
-
UcmdbCheckedException
-
UcmdbCheckedException
-