ObjectDB ObjectDB

Internal Website Search

21-30 of 200 resultsRefresh
34

Exception(cause)

Constructor java.lang.Exception Exception( Throwable cause ) Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause). This constructor is useful for exceptions
33

Exception(message, cause)

Constructor java.lang.Exception Exception( String message, Throwable cause ) Constructs a new exception with the specified detail message and cause. Note that the detail message associated with cause is not automatically incorporated in this exception's detail message. Parameters: message
3

SingleFieldIdentity()

Constructor javax.jdo.identity.SingleFieldIdentity SingleFieldIdentity() Constructor only for Externalizable. Since: JDO 2.0
3

LongIdentity(pcClass, str)

Constructor javax.jdo.identity.LongIdentity LongIdentity( Class pcClass, String str ) Constructor with class and key. Parameters: pcClass - the class str - the key Since: JDO 1.0
3

LongIdentity(pcClass, key)

Constructor javax.jdo.identity.LongIdentity LongIdentity( Class pcClass, Long key ) Constructor with class and key. Parameters: pcClass - the class key - the key Since: JDO 1.0
3

LongIdentity()

Constructor javax.jdo.identity.LongIdentity LongIdentity() Constructor only for Externalizable. Since: JDO 1.0
3

JDOFatalException(msg, nested)

Constructor javax.jdo.JDOFatalException JDOFatalException( String msg, Throwable nested ) Constructs a new JDOFatalException with the specified detail message and nested Throwables. Parameters: msg - the detail message. nested - the nested Throwable. Since: JDO 1.0
3

InstanceLifecycleEvent(source, type)

Constructor javax.jdo.listener.InstanceLifecycleEvent InstanceLifecycleEvent( Object source, int type ) Creates a new event object with the specified source and type. Parameters: source - the instance that triggered the event type - the event type Since: JDO 2.0
3

JDOFatalException(msg, nested)

Constructor javax.jdo.JDOFatalException JDOFatalException( String msg, Throwable[] nested ) Constructs a new JDOFatalException with the specified detail message and nested Throwables. Parameters: msg - the detail message. nested - the nested Throwable[]. Since: JDO 1.0
3

JDOFatalUserException(msg, nested, failed)

Constructor javax.jdo.JDOFatalUserException JDOFatalUserException( String msg, Throwable nested, Object failed ) Constructs a new JDOFatalUserException with the specified detail message, nested Throwables, and failed object. Parameters: msg - the detail message. nested - the nested Throwable. failed - the failed object. Since: JDO 1.0

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support