FileDocCategorySizeDatePackage
ExceptionHandler.javaAPI DocGlassfish v2 API2477Tue May 22 16:54:18 BST 2007oracle.toplink.essentials.exceptions

ExceptionHandler

public interface ExceptionHandler
Exception handler can catch errors that occur on queries or during database access. The exception handler has the option of re-throwing the exception,throwing a different exception or re-trying the query or database operation.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.ObjecthandleException(java.lang.RuntimeException exception)
To re-throwing the exception,throwing a different exception or re-trying the query or database operation.