Package org.hibernate

Class MappingException

    • Constructor Summary

      Constructors 
      Constructor Description
      MappingException​(java.lang.String message)
      Constructs a MappingException using the given information.
      MappingException​(java.lang.String message, java.lang.Throwable cause)
      Constructs a MappingException using the given information.
      MappingException​(java.lang.Throwable cause)
      Constructs a MappingException using the given information.
    • 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

      • MappingException

        public MappingException​(java.lang.String message,
                                java.lang.Throwable cause)
        Constructs a MappingException using the given information.
        Parameters:
        message - A message explaining the exception condition
        cause - The underlying cause
      • MappingException

        public MappingException​(java.lang.Throwable cause)
        Constructs a MappingException using the given information.
        Parameters:
        cause - The underlying cause
      • MappingException

        public MappingException​(java.lang.String message)
        Constructs a MappingException using the given information.
        Parameters:
        message - A message explaining the exception condition