Package com.db4o.ext

Class Db4oException

    • Constructor Summary

      Constructors 
      Constructor Description
      Db4oException()
      Simple constructor
      Db4oException​(int messageConstant)
      Constructor with an exception message selected from the internal message collection.
      Db4oException​(java.lang.String msg)
      Constructor with an exception message specified
      Db4oException​(java.lang.String msg, java.lang.Throwable cause)
      Constructor with an exception message and cause specified
      Db4oException​(java.lang.Throwable cause)
      Constructor with an exception cause specified
    • 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

      • Db4oException

        public Db4oException()
        Simple constructor
      • Db4oException

        public Db4oException​(java.lang.String msg)
        Constructor with an exception message specified
        Parameters:
        msg - exception message
      • Db4oException

        public Db4oException​(java.lang.Throwable cause)
        Constructor with an exception cause specified
        Parameters:
        cause - exception cause
      • Db4oException

        public Db4oException​(int messageConstant)
        Constructor with an exception message selected from the internal message collection.
        Parameters:
        messageConstant - internal db4o message number
      • Db4oException

        public Db4oException​(java.lang.String msg,
                             java.lang.Throwable cause)
        Constructor with an exception message and cause specified
        Parameters:
        msg - exception message
        cause - exception cause