org.hibernate
Class AnnotationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.HibernateException
org.hibernate.MappingException
org.hibernate.AnnotationException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- RecoverableException
public class AnnotationException
- extends MappingException
Annotation related exception.
The EJB3 EG will probably set a generic exception.
I'll then use this one.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AnnotationException
public AnnotationException(String msg,
Throwable root)
AnnotationException
public AnnotationException(Throwable root)
AnnotationException
public AnnotationException(String s)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.