Package org.hibernate.testing.junit4
Class InvalidMethodForAnnotationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.hibernate.testing.junit4.InvalidMethodForAnnotationException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidMethodForAnnotationException extends java.lang.RuntimeException
Indicates that an annotations was attached to a method incorrectly.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidMethodForAnnotationException(java.lang.String message)
InvalidMethodForAnnotationException(java.lang.String message, java.lang.Throwable cause)
-