org.eclipse.emf.cdo.session
Interface CDOSession.ExceptionHandler
- All Known Implementing Classes:
- CDOInteractiveExceptionHandler, CDORetryExceptionHandler
- Enclosing interface:
- CDOSession
- public static interface CDOSession.ExceptionHandler
Handles protocol
exceptions if
configured
before the session has
been opened.
handleException
void handleException(CDOSession session,
int attempt,
Exception exception)
throws Exception
- Throws:
Exception
Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.