Package org.hibernate

Class TypeMismatchException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TypeMismatchException
    extends HibernateException
    Used when a user provided type does not match the expected one.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TypeMismatchException​(java.lang.String message)
      Constructs a TypeMismatchException using the supplied message.
    • 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

      • TypeMismatchException

        public TypeMismatchException​(java.lang.String message)
        Constructs a TypeMismatchException using the supplied message.
        Parameters:
        message - The message explaining the exception condition