Package org.hibernate

Class FetchNotFoundException

    • Constructor Summary

      Constructors 
      Constructor Description
      FetchNotFoundException​(java.lang.String entityName, java.lang.Object identifier)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getEntityName()  
      java.lang.Object getIdentifier()  
      • 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

      • FetchNotFoundException

        public FetchNotFoundException​(java.lang.String entityName,
                                      java.lang.Object identifier)
    • Method Detail

      • getEntityName

        public java.lang.String getEntityName()
      • getIdentifier

        public java.lang.Object getIdentifier()