Class QuerySpaceUidNotRegisteredException

  • All Implemented Interfaces:
    java.io.Serializable

    public class QuerySpaceUidNotRegisteredException
    extends HibernateException
    Indicates an attempt to lookup a QuerySpace by its uid, when no registration has been made under that uid.
    See Also:
    Serialized Form
    • 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

      • QuerySpaceUidNotRegisteredException

        public QuerySpaceUidNotRegisteredException​(java.lang.String uid)
      • QuerySpaceUidNotRegisteredException

        public QuerySpaceUidNotRegisteredException​(java.lang.String uid,
                                                   java.lang.Throwable cause)