Package org.eclipse.emf.cdo.session
Interface CDOSession.ExceptionHandler
- 
- All Known Implementing Classes:
- CDOInteractiveExceptionHandler,- CDORetryExceptionHandler
 - Enclosing interface:
- CDOSession
 
 public static interface CDOSession.ExceptionHandlerHandlesprotocolexceptions ifconfiguredbefore the session has been opened.- Author:
- Eike Stepper
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleException(CDOSession session, int attempt, java.lang.Exception exception)
 
- 
- 
- 
Method Detail- 
handleExceptionvoid handleException(CDOSession session, int attempt, java.lang.Exception exception) throws java.lang.Exception - Throws:
- java.lang.Exception
 
 
- 
 
-