ObjectDB Database Search
51-100 of 200 resultsOptimisticLockException.OptimisticLockException(message) - JPA Constructor JPA Constructor in javax.persistence.OptimisticLockException OptimisticLockException ( String message ) Constructs a new OptimisticLockException exception with the specified detail message. Parameters: message the - detail message. Since: JPA 1.0 | |
OptimisticLockException.OptimisticLockException(message,cause) - JPA Constructor JPA Constructor in javax.persistence.OptimisticLockException OptimisticLockException ( String message, Throwable cause ) Constructs a new OptimisticLockException exception with the specified detail message and cause. Parameters: message the - detail message. cause the - cause. Since: JPA 1.0 | |
OptimisticLockException.OptimisticLockException(cause) - JPA Constructor JPA Constructor in javax.persistence.OptimisticLockException OptimisticLockException ( Throwable cause ) Constructs a new OptimisticLockException exception with the specified cause. Parameters: cause the - cause. Since: JPA 1.0 | |
OptimisticLockException.OptimisticLockException(entity) - JPA Constructor JPA Constructor in javax.persistence.OptimisticLockException OptimisticLockException ( Object entity ) Constructs a new OptimisticLockException exception with the specified entity. Parameters: entity the - entity. Since: JPA 1.0 | |
OptimisticLockException.OptimisticLockException(message,cause,entity) - JPA Constructor JPA Constructor in javax.persistence.OptimisticLockException OptimisticLockException ( String message, Throwable cause, Object entity ) Constructs a new OptimisticLockException exception with the specified detail message, cause | |
PersistenceException.PersistenceException() - JPA Constructor JPA Constructor in javax.persistence.PersistenceException PersistenceException () Constructs a new PersistenceException exception with null as its detail message. Since: JPA 1.0 | |
PersistenceException.PersistenceException(message) - JPA Constructor JPA Constructor in javax.persistence.PersistenceException PersistenceException ( String message ) Constructs a new PersistenceException exception with the specified detail message. Parameters: message - the detail message. Since: JPA 1.0 | |
PersistenceException.PersistenceException(message,cause) - JPA Constructor JPA Constructor in javax.persistence.PersistenceException PersistenceException ( String message, Throwable cause ) Constructs a new PersistenceException exception with the specified detail message and cause. Parameters: message - the detail message. cause - the cause. Since: JPA 1.0 | |
PersistenceException.PersistenceException(cause) - JPA Constructor JPA Constructor in javax.persistence.PersistenceException PersistenceException ( Throwable cause ) Constructs a new PersistenceException exception with the specified cause. Parameters: cause - the cause. Since: JPA 1.0 | |
PessimisticLockException.PessimisticLockException() - JPA Constructor JPA Constructor in javax.persistence.PessimisticLockException PessimisticLockException () Constructs a new PessimisticLockException exception with null as its detail message. Since: JPA 2.0 | |
PessimisticLockException.PessimisticLockException(message) - JPA Constructor JPA Constructor in javax.persistence.PessimisticLockException PessimisticLockException ( String message ) Constructs a new PessimisticLockException exception with the specified detail message. Parameters: message - the detail message. Since: JPA 2.0 | |
PessimisticLockException.PessimisticLockException(message,cause) - JPA Constructor JPA Constructor in javax.persistence.PessimisticLockException PessimisticLockException ( String message, Throwable cause ) Constructs a new PessimisticLockException exception with the specified detail message and cause. Parameters: message - the detail message. cause - the cause. Since: JPA 2.0 | |
PessimisticLockException.PessimisticLockException(cause) - JPA Constructor JPA Constructor in javax.persistence.PessimisticLockException PessimisticLockException ( Throwable cause ) Constructs a new PessimisticLockException exception with the specified cause. Parameters: cause - the cause. Since: JPA 2.0 | |
PessimisticLockException.PessimisticLockException(entity) - JPA Constructor JPA Constructor in javax.persistence.PessimisticLockException PessimisticLockException ( Object entity ) Constructs a new PessimisticLockException exception with the specified entity. Parameters: entity - the entity. Since: JPA 2.0 | |
PessimisticLockException.PessimisticLockException(message,cause,entity) - JPA Constructor JPA Constructor in javax.persistence.PessimisticLockException PessimisticLockException ( String message, Throwable cause, Object entity ) Constructs a new PessimisticLockException exception with the specified detail message, cause | |
QueryTimeoutException.QueryTimeoutException() - JPA Constructor JPA Constructor in javax.persistence.QueryTimeoutException QueryTimeoutException () Constructs a new QueryTimeoutException exception with null as its detail message. Since: JPA 2.0 | |
QueryTimeoutException.QueryTimeoutException(message) - JPA Constructor JPA Constructor in javax.persistence.QueryTimeoutException QueryTimeoutException ( String message ) Constructs a new QueryTimeoutException exception with the specified detail message. Parameters: message - the detail message. Since: JPA 2.0 | |
QueryTimeoutException.QueryTimeoutException(message,cause) - JPA Constructor JPA Constructor in javax.persistence.QueryTimeoutException QueryTimeoutException ( String message, Throwable cause ) Constructs a new QueryTimeoutException exception with the specified detail message and cause. Parameters: message - the detail message. cause - the cause. Since: JPA 2.0 | |
QueryTimeoutException.QueryTimeoutException(cause) - JPA Constructor JPA Constructor in javax.persistence.QueryTimeoutException QueryTimeoutException ( Throwable cause ) Constructs a new QueryTimeoutException exception with the specified cause. Parameters: cause - the cause. Since: JPA 2.0 | |
QueryTimeoutException.QueryTimeoutException(query) - JPA Constructor JPA Constructor in javax.persistence.QueryTimeoutException QueryTimeoutException ( Query query ) Constructs a new QueryTimeoutException exception with the specified query. Parameters: query - the query. Since: JPA 2.0 | |
QueryTimeoutException.QueryTimeoutException(message,cause,query) - JPA Constructor JPA Constructor in javax.persistence.QueryTimeoutException QueryTimeoutException ( String message, Throwable cause, Query query ) Constructs a new QueryTimeoutException exception with the specified detail message, cause, and query | |
RollbackException.RollbackException() - JPA Constructor JPA Constructor in javax.persistence.RollbackException RollbackException () Constructs a new RollbackException exception with null as its detail message. Since: JPA 1.0 | |
RollbackException.RollbackException(message) - JPA Constructor JPA Constructor in javax.persistence.RollbackException RollbackException ( String message ) Constructs a new RollbackException exception with the specified detail message. Parameters: message - the detail message. Since: JPA 1.0 | |
RollbackException.RollbackException(message,cause) - JPA Constructor JPA Constructor in javax.persistence.RollbackException RollbackException ( String message, Throwable cause ) Constructs a new RollbackException exception with the specified detail message and cause. Parameters: message - the detail message. cause - the cause. Since: JPA 1.0 | |
RollbackException.RollbackException(cause) - JPA Constructor JPA Constructor in javax.persistence.RollbackException RollbackException ( Throwable cause ) Constructs a new RollbackException exception with the specified cause. Parameters: cause - the cause. Since: JPA 1.0 | |
TransactionRequiredException.TransactionRequiredException() - JPA Constructor JPA Constructor in javax.persistence.TransactionRequiredException TransactionRequiredException () Constructs a new TransactionRequiredException exception with null as its detail message. Since: JPA 1.0 | |
TransactionRequiredException.TransactionRequiredException(message) - JPA Constructor JPA Constructor in javax.persistence.TransactionRequiredException TransactionRequiredException ( String message ) Constructs a new TransactionRequiredException exception with the specified detail message. Parameters: message the - detail message. Since: JPA 1.0 | |
JDOCanRetryException.JDOCanRetryException() - JDO Constructor JDO Constructor in javax.jdo.JDOCanRetryException JDOCanRetryException () Constructs a new JDOCanRetryException without a detail message. Since: JDO 1.0 | |
JDOCanRetryException.JDOCanRetryException(msg) - JDO Constructor JDO Constructor in javax.jdo.JDOCanRetryException JDOCanRetryException ( String msg ) Constructs a new JDOCanRetryException with the specified detail message. Parameters: msg - the detail message. Since: JDO 1.0 | |
JDOCanRetryException.JDOCanRetryException(msg,nested) - JDO Constructor JDO Constructor in javax.jdo.JDOCanRetryException JDOCanRetryException ( String msg, Throwable[] nested ) Constructs a new JDOCanRetryException with the specified detail message and nested Throwable s. Parameters: msg - the detail message. nested - the nested Throwable[] . Since: JDO 1.0 | |
JDOCanRetryException.JDOCanRetryException(msg,nested) - JDO Constructor JDO Constructor in javax.jdo.JDOCanRetryException JDOCanRetryException ( String msg, Throwable nested ) Constructs a new JDOCanRetryException with the specified detail message and nested Throwable s. Parameters: msg - the detail message. nested - the nested Throwable . Since: JDO 1.0 | |
JDOCanRetryException.JDOCanRetryException(msg,failed) - JDO Constructor JDO Constructor in javax.jdo.JDOCanRetryException JDOCanRetryException ( String msg, Object failed ) Constructs a new JDOCanRetryException with the specified detail message and failed object. Parameters: msg - the detail message. failed - the failed object. Since: JDO 1.0 | |
JDOCanRetryException.JDOCanRetryException(msg,nested,failed) - JDO Constructor JDO Constructor in javax.jdo.JDOCanRetryException JDOCanRetryException ( String msg, Throwable[] nested, Object failed ) Constructs a new JDOCanRetryException with the specified detail message, nested Throwable s, and failed object | |
JDOCanRetryException.JDOCanRetryException(msg,nested,failed) - JDO Constructor JDO Constructor in javax.jdo.JDOCanRetryException JDOCanRetryException ( String msg, Throwable nested, Object failed ) Constructs a new JDOCanRetryException with the specified detail message, nested Throwable s, and failed object | |
JDODataStoreException.JDODataStoreException() - JDO Constructor JDO Constructor in javax.jdo.JDODataStoreException JDODataStoreException () Constructs a new JDODataStoreException without a detail message. Since: JDO 1.0 | |
JDODataStoreException.JDODataStoreException(msg) - JDO Constructor JDO Constructor in javax.jdo.JDODataStoreException JDODataStoreException ( String msg ) Constructs a new JDODataStoreException with the specified detail message. Parameters: msg - the detail message. Since: JDO 1.0 | |
JDODataStoreException.JDODataStoreException(msg,nested) - JDO Constructor JDO Constructor in javax.jdo.JDODataStoreException JDODataStoreException ( String msg, Throwable[] nested ) Constructs a new JDODataStoreException with the specified detail message and nested Throwable s. Parameters: msg - the detail message. nested - the nested Throwable[] . Since: JDO 1.0 | |
JDODataStoreException.JDODataStoreException(msg,nested) - JDO Constructor JDO Constructor in javax.jdo.JDODataStoreException JDODataStoreException ( String msg, Throwable nested ) Constructs a new JDODataStoreException with the specified detail message and nested Throwable s. Parameters: msg - the detail message. nested - the nested Throwable . Since: JDO 1.0 | |
JDODataStoreException.JDODataStoreException(msg,failed) - JDO Constructor JDO Constructor in javax.jdo.JDODataStoreException JDODataStoreException ( String msg, Object failed ) Constructs a new JDODataStoreException with the specified detail message and failed object. Parameters: msg - the detail message. failed - the failed object. Since: JDO 1.0 | |
JDODataStoreException.JDODataStoreException(msg,nested,failed) - JDO Constructor JDO Constructor in javax.jdo.JDODataStoreException JDODataStoreException ( String msg, Throwable[] nested, Object failed ) Constructs a new JDODataStoreException with the specified detail message, nested Throwable s, and failed object | |
JDODataStoreException.JDODataStoreException(msg,nested,failed) - JDO Constructor JDO Constructor in javax.jdo.JDODataStoreException JDODataStoreException ( String msg, Throwable nested, Object failed ) Constructs a new JDODataStoreException with the specified detail message, nested Throwable s, and failed object | |
JDODetachedFieldAccessException.JDODetachedFieldAccessException() - JDO Constructor JDO Constructor in javax.jdo.JDODetachedFieldAccessException JDODetachedFieldAccessException () Constructs a new JDODetachedFieldAccessException without a detail message. Since: JDO 2.0 | |
JDODetachedFieldAccessException.JDODetachedFieldAccessException(msg) - JDO Constructor JDO Constructor in javax.jdo.JDODetachedFieldAccessException JDODetachedFieldAccessException ( String msg ) Constructs a new JDODetachedFieldAccessException with the specified detail message. Parameters: msg - the detail message. Since: JDO 2.0 | |
JDODetachedFieldAccessException.JDODetachedFieldAccessException(msg,failed) - JDO Constructor JDO Constructor in javax.jdo.JDODetachedFieldAccessException JDODetachedFieldAccessException ( String msg, Object failed ) Constructs a new JDODetachedFieldAccessException with the specified detail message and failed object. Parameters: msg - the detail message. failed - the failed object. Since: JDO 2.0 | |
JDODetachedFieldAccessException.JDODetachedFieldAccessException(msg,nested) - JDO Constructor JDO Constructor in javax.jdo.JDODetachedFieldAccessException JDODetachedFieldAccessException ( String msg, Throwable[] nested ) Constructs a new JDODetachedFieldAccessException with the specified detail message and nested Throwable s. Parameters: msg | |
JDODetachedFieldAccessException.JDODetachedFieldAccessException(msg,nested) - JDO Constructor JDO Constructor in javax.jdo.JDODetachedFieldAccessException JDODetachedFieldAccessException ( String msg, Throwable nested ) Constructs a new JDODetachedFieldAccessException with the specified detail message and nested Throwable s. Parameters: msg - the detail message. nested - the nested Throwable . Since: JDO 2.0 | |
JDOException.JDOException() - JDO Constructor JDO Constructor in javax.jdo.JDOException JDOException () Constructs a new JDOException without a detail message. Since: JDO 1.0 | |
JDOException.JDOException(msg) - JDO Constructor JDO Constructor in javax.jdo.JDOException JDOException ( String msg ) Constructs a new JDOException with the specified detail message. Parameters: msg - the detail message. Since: JDO 1.0 | |
JDOException.JDOException(msg,nested) - JDO Constructor JDO Constructor in javax.jdo.JDOException JDOException ( String msg, Throwable[] nested ) Constructs a new JDOException with the specified detail message and nested Throwable s. Parameters: msg - the detail message. nested - the nested Throwable[] . Since: JDO 1.0 | |
JDOException.JDOException(msg,nested) - JDO Constructor JDO Constructor in javax.jdo.JDOException JDOException ( String msg, Throwable nested ) Constructs a new JDOException with the specified detail message and nested Throwable . Parameters: msg - the detail message. nested - the nested Throwable . Since: JDO 1.0 |