Package com.db4o.qlin

Class QLinException

  • All Implemented Interfaces:
    java.io.Serializable

    public class QLinException
    extends Db4oException
    exceptions to signal improper use of the QLin query interface.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      QLinException​(java.lang.String message)  
      QLinException​(java.lang.Throwable 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

      • QLinException

        public QLinException​(java.lang.String message)
      • QLinException

        public QLinException​(java.lang.Throwable cause)