public class

RecoverableException

extends AnnotationException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.hibernate.HibernateException
           ↳ org.hibernate.MappingException
             ↳ org.hibernate.AnnotationException
               ↳ org.hibernate.cfg.RecoverableException

Class Overview

Should neven be exposed to the client An exception that wrap an underlying exception whith the hope subsequent processing will recover from it.

Summary

Public Constructors
RecoverableException(String msg, Throwable root)
RecoverableException(Throwable root)
RecoverableException(String s)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public RecoverableException (String msg, Throwable root)

public RecoverableException (Throwable root)

public RecoverableException (String s)