Package org.eclipse.emf.cdo.common.util
Klasse CDOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.emf.cdo.common.util.CDOException
- Alle implementierten Schnittstellen:
Serializable
- Bekannte direkte Unterklassen:
AuthorizationException,CDOBranchDoesNotExistException,CDOClassNotFoundException,CDODuplicateBranchException,CDODuplicateResourceException,CDOMerger.ConflictException,CDOPackageNotFoundException,CDOResourceNodeNotFoundException,CDOSessionRecoveryException,CDOUnitManager.UnitExistsException,CDOUnitManager.UnitNotFoundException,CDOViewSet.CDOViewSetException,DanglingReferenceException,InvalidObjectException,InvalidURIException,ISystemDescriptor.ChangeDeletionException,ISystemDescriptor.ModuleDeletionException,LockTimeoutException,ObjectNotFoundException,ReadOnlyException,RepositoryNotFoundException,ServerException,StaleRevisionLockException,TransportException
An unchecked exception for general CDO purposes.
- Autor:
- Eike Stepper
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCDOException(String message) CDOException(String message, Throwable cause) CDOException(Throwable cause) -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
CDOException
public CDOException() -
CDOException
-
CDOException
-
CDOException
-