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.
Author:
Eike Stepper
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleException(CDOSession session, int attempt, Exception exception)