Internal Website Search
51-100 of 200 resultsOptimisticLockException.OptimisticLockException() - JPA Constructor JPA Constructor in javax.persistence.OptimisticLockException OptimisticLockException () Constructs a new OptimisticLockException exception with null as its detail message. 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 | |
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 | |
NonUniqueResultException.NonUniqueResultException(message) - JPA Constructor JPA Constructor in javax.persistence.NonUniqueResultException NonUniqueResultException ( String message ) Constructs a new NonUniqueResultException exception with the specified detail message. Parameters: message - the detail message. Since: JPA 1.0 | |
NonUniqueResultException.NonUniqueResultException() - JPA Constructor JPA Constructor in javax.persistence.NonUniqueResultException NonUniqueResultException () Constructs a new NonUniqueResultException exception with null as its detail message. Since: JPA 1.0 | |
NoResultException.NoResultException(message) - JPA Constructor JPA Constructor in javax.persistence.NoResultException NoResultException ( String message ) Constructs a new NoResultException exception with the specified detail message. Parameters: message the - detail message. Since: JPA 1.0 | |
NoResultException.NoResultException() - JPA Constructor JPA Constructor in javax.persistence.NoResultException NoResultException () Constructs a new NoResultException exception with null as its 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(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() - JPA Constructor JPA Constructor in javax.persistence.PersistenceException PersistenceException () Constructs a new PersistenceException exception with null as its detail message. Since: JPA 1.0 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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(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() - JPA Constructor JPA Constructor in javax.persistence.QueryTimeoutException QueryTimeoutException () Constructs a new QueryTimeoutException exception with null as its detail message. Since: JPA 2.0 | |
EmptyDataStoreCache.EmptyDataStoreCache() - JDO Constructor JDO Constructor in javax.jdo.datastore.DataStoreCache$EmptyDataStoreCache EmptyDataStoreCache () Since: JDO 2.0 | |
JDOFatalUserException.JDOFatalUserException(msg,failed) - JDO Constructor JDO Constructor in 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 | |
JDOFatalUserException.JDOFatalUserException(msg,nested) - JDO Constructor JDO Constructor in javax.jdo.JDOFatalUserException JDOFatalUserException ( String msg, Throwable nested ) Constructs a new JDOFatalUserException with the specified detail message and nested Throwable s. Parameters: msg - the detail message. nested - the nested Throwable . Since: JDO 1.0 | |
JDOFatalUserException.JDOFatalUserException(msg,nested,failed) - JDO Constructor JDO Constructor in javax.jdo.JDOFatalUserException JDOFatalUserException ( String msg, Throwable nested, Object failed ) Constructs a new JDOFatalUserException with the specified detail message, nested Throwable s, and failed object | |
JDOFatalUserException.JDOFatalUserException(msg,nested,failed) - JDO Constructor JDO Constructor in javax.jdo.JDOFatalUserException JDOFatalUserException ( String msg, Throwable[] nested, Object failed ) Constructs a new JDOFatalUserException with the specified detail message, nested Throwable s, and failed object | |
JDOFatalUserException.JDOFatalUserException(msg,nested) - JDO Constructor JDO Constructor in javax.jdo.JDOFatalUserException JDOFatalUserException ( String msg, Throwable[] nested ) Constructs a new JDOFatalUserException with the specified detail message and nested Throwable s. Parameters: msg - the detail message. nested - the nested Throwable[] . Since: JDO 1.0 | |
JDOFatalUserException.JDOFatalUserException() - JDO Constructor JDO Constructor in javax.jdo.JDOFatalUserException JDOFatalUserException () Constructs a new JDOFatalUserException without a detail message. Since: JDO 1.0 | |
JDOFatalUserException.JDOFatalUserException(msg) - JDO Constructor JDO Constructor in javax.jdo.JDOFatalUserException JDOFatalUserException ( String msg ) Constructs a new JDOFatalUserException with the specified detail message. Parameters: msg - the detail message. Since: JDO 1.0 | |
JDOHelper.JDOHelper() - JDO Constructor JDO Constructor in javax.jdo.JDOHelper JDOHelper () Some applications might prefer to use instance methods instead of static methods. Since: JDO 2.1 | |
JDOFatalException.JDOFatalException(msg,nested) - JDO Constructor JDO Constructor in javax.jdo.JDOFatalException JDOFatalException ( String msg, Throwable nested ) Constructs a new JDOFatalException with the specified detail message and nested Throwable s. Parameters: msg - the detail message. nested - the nested Throwable . Since: JDO 1.0 | |
JDOFatalException.JDOFatalException() - JDO Constructor JDO Constructor in javax.jdo.JDOFatalException JDOFatalException () Constructs a new JDOFatalException without a detail message. Since: JDO 1.0 | |
JDOFatalException.JDOFatalException(msg,nested) - JDO Constructor JDO Constructor in javax.jdo.JDOFatalException JDOFatalException ( String msg, Throwable[] nested ) Constructs a new JDOFatalException with the specified detail message and nested Throwable s. Parameters: msg - the detail message. nested - the nested Throwable[] . Since: JDO 1.0 | |
JDOFatalException.JDOFatalException(msg) - JDO Constructor JDO Constructor in javax.jdo.JDOFatalException JDOFatalException ( String msg ) Constructs a new JDOFatalException with the specified detail message. Parameters: msg - the detail message. Since: JDO 1.0 | |
JDOFatalInternalException.JDOFatalInternalException(msg,nested,failed) - JDO Constructor JDO Constructor in javax.jdo.JDOFatalInternalException JDOFatalInternalException ( String msg, Throwable[] nested, Object failed ) Constructs a new JDOFatalInternalException with the specified detail message, nested Throwable s | |
JDOFatalInternalException.JDOFatalInternalException(msg,failed) - JDO Constructor JDO Constructor in javax.jdo.JDOFatalInternalException JDOFatalInternalException ( String msg, Object failed ) Constructs a new JDOFatalInternalException with the specified detail message and failed object. Parameters: msg - the detail message. failed - the failed object. Since: JDO 1.0 | |
JDOFatalInternalException.JDOFatalInternalException(msg,nested,failed) - JDO Constructor JDO Constructor in javax.jdo.JDOFatalInternalException JDOFatalInternalException ( String msg, Throwable nested, Object failed ) Constructs a new JDOFatalInternalException with the specified detail message, nested Throwable s | |
JDOFatalInternalException.JDOFatalInternalException(msg,nested) - JDO Constructor JDO Constructor in javax.jdo.JDOFatalInternalException JDOFatalInternalException ( String msg, Throwable nested ) Constructs a new JDOFatalInternalException with the specified detail message and nested Throwable s. Parameters: msg - the detail message. nested - the nested Throwable . Since: JDO 1.0 | |
JDOFatalInternalException.JDOFatalInternalException(msg,nested) - JDO Constructor JDO Constructor in javax.jdo.JDOFatalInternalException JDOFatalInternalException ( String msg, Throwable[] nested ) Constructs a new JDOFatalInternalException with the specified detail message and nested Throwable s. Parameters: msg - the detail message. nested - the nested Throwable[] . Since: JDO 1.0 | |
JDOFatalInternalException.JDOFatalInternalException(msg) - JDO Constructor JDO Constructor in javax.jdo.JDOFatalInternalException JDOFatalInternalException ( String msg ) Constructs a new JDOFatalInternalException with the specified detail message. Parameters: msg - the detail message. Since: JDO 1.0 | |
JDOFatalInternalException.JDOFatalInternalException() - JDO Constructor JDO Constructor in javax.jdo.JDOFatalInternalException JDOFatalInternalException () Constructs a new JDOFatalInternalException without a detail message. Since: JDO 1.0 | |
JDOFatalException.JDOFatalException(msg,nested,failed) - JDO Constructor JDO Constructor in javax.jdo.JDOFatalException JDOFatalException ( String msg, Throwable[] nested, Object failed ) Constructs a new JDOFatalException with the specified detail message, nested Throwable s, and failed object. Parameters | |
JDOFatalException.JDOFatalException(msg,failed) - JDO Constructor JDO Constructor in javax.jdo.JDOFatalException JDOFatalException ( String msg, Object failed ) Constructs a new JDOFatalException with the specified detail message and failed object. Parameters: msg - the detail message. failed - the failed object. Since: JDO 1.0 | |
JDOFatalException.JDOFatalException(msg,nested,failed) - JDO Constructor JDO Constructor in javax.jdo.JDOFatalException JDOFatalException ( String msg, Throwable nested, Object failed ) Constructs a new JDOFatalException with the specified detail message, nested Throwable s, and failed object. Parameters | |
JDOFatalDataStoreException.JDOFatalDataStoreException(msg,nested,failed) - JDO Constructor JDO Constructor in javax.jdo.JDOFatalDataStoreException JDOFatalDataStoreException ( String msg, Throwable[] nested, Object failed ) Constructs a new JDOFatalDataStoreException with the specified detail message, nested Throwable s | |
JDOFatalDataStoreException.JDOFatalDataStoreException(msg,nested) - JDO Constructor JDO Constructor in javax.jdo.JDOFatalDataStoreException JDOFatalDataStoreException ( String msg, Throwable nested ) Constructs a new JDOFatalDataStoreException with the specified detail message and nested Throwable s. Parameters: msg - the detail message. nested - the nested Throwable . Since: JDO 1.0 | |
JDOFatalDataStoreException.JDOFatalDataStoreException(msg,nested,failed) - JDO Constructor JDO Constructor in javax.jdo.JDOFatalDataStoreException JDOFatalDataStoreException ( String msg, Throwable nested, Object failed ) Constructs a new JDOFatalDataStoreException with the specified detail message, nested Throwable s | |
JDOFatalDataStoreException.JDOFatalDataStoreException(msg,failed) - JDO Constructor JDO Constructor in javax.jdo.JDOFatalDataStoreException JDOFatalDataStoreException ( String msg, Object failed ) Constructs a new JDOFatalDataStoreException with the specified detail message and failed object. Parameters: msg - the detail message. failed - the failed object. Since: JDO 1.0 | |
JDOFatalDataStoreException.JDOFatalDataStoreException(msg) - JDO Constructor JDO Constructor in javax.jdo.JDOFatalDataStoreException JDOFatalDataStoreException ( String msg ) Constructs a new JDOFatalDataStoreException with the specified detail message. Parameters: msg - the detail message. Since: JDO 1.0 |