public class

AnnotationException

extends MappingException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.hibernate.HibernateException
           ↳ org.hibernate.MappingException
             ↳ org.hibernate.AnnotationException
Known Direct Subclasses

Class Overview

Annotation related exception. The EJB3 EG will probably set a generic exception. I'll then use this one.

Summary

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

Public Constructors

public AnnotationException (String msg, Throwable root)

public AnnotationException (Throwable root)

public AnnotationException (String s)