Package com.db4o.ext

Class InvalidIDException

    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidIDException​(int id)
      Constructor allowing to specify the offending id
      InvalidIDException​(java.lang.Throwable cause)
      Constructor allowing to specify the exception 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

      • InvalidIDException

        public InvalidIDException​(java.lang.Throwable cause)
        Constructor allowing to specify the exception cause
        Parameters:
        cause - cause exception
      • InvalidIDException

        public InvalidIDException​(int id)
        Constructor allowing to specify the offending id
        Parameters:
        id - the offending id