ObjectDB ObjectDB

Internal Website Search

31-40 of 200 resultsRefresh
33

LockTimeoutException(message, cause, entity)

Constructor javax.persistence.LockTimeoutException LockTimeoutException( String message, Throwable cause, Object entity ) Constructs a new LockTimeoutException exception with the specified detail message, cause, and entity. Parameters: message - the detail message. cause - the cause. entity - the entity. Since: JPA 2.0
33

LockTimeoutException(message, cause)

Constructor javax.persistence.LockTimeoutException LockTimeoutException( String message, Throwable cause ) Constructs a new LockTimeoutException exception with the specified detail message and cause. Parameters: message - the detail message. cause - the cause. Since: JPA 2.0
33

LockTimeoutException(message)

Constructor javax.persistence.LockTimeoutException LockTimeoutException( String message ) Constructs a new LockTimeoutException exception with the specified detail message. Parameters: message - the detail message. Since: JPA 2.0
33

LockTimeoutException(entity)

Constructor javax.persistence.LockTimeoutException LockTimeoutException( Object entity ) Constructs a new LockTimeoutException exception with the specified object. Parameters: entity - the entity. Since: JPA 2.0
33

LockTimeoutException(cause)

Constructor javax.persistence.LockTimeoutException LockTimeoutException( Throwable cause ) Constructs a new LockTimeoutException exception with the specified cause. Parameters: cause - the cause. Since: JPA 2.0
3

JDOFatalUserException(msg, nested)

Constructor javax.jdo.JDOFatalUserException JDOFatalUserException( String msg, Throwable nested ) Constructs a new JDOFatalUserException 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)

Constructor javax.jdo.JDOFatalUserException JDOFatalUserException( String msg, Throwable[] nested ) Constructs a new JDOFatalUserException 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
3

JDOFatalUserException(msg, failed)

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

JDOObjectNotFoundException(msg, nested, failed)

Constructor javax.jdo.JDOObjectNotFoundException JDOObjectNotFoundException( String msg, Throwable[] nested, Object failed ) Constructs a new JDOObjectNotFoundException 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.1

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