Package org.hibernate

Class AnnotationException

    • Constructor Summary

      Constructors 
      Constructor Description
      AnnotationException​(java.lang.String msg)
      Constructs an AnnotationException using the given message.
      AnnotationException​(java.lang.String msg, java.lang.Throwable cause)
      Constructs an AnnotationException using the given message and cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AnnotationException

        public AnnotationException​(java.lang.String msg,
                                   java.lang.Throwable cause)
        Constructs an AnnotationException using the given message and cause.
        Parameters:
        msg - The message explaining the reason for the exception.
        cause - The underlying cause.
      • AnnotationException

        public AnnotationException​(java.lang.String msg)
        Constructs an AnnotationException using the given message.
        Parameters:
        msg - The message explaining the reason for the exception.