Uses of Class
com.sun.sgs.app.TransactionException

Packages that use TransactionException
com.sun.sgs.app Provides the interface to the RedDwarf Server used by application developers. 
com.sun.sgs.impl.service.data.store Provides facilities for storing objects used by DataServiceImpl
com.sun.sgs.service Provides interfaces and classes for services provided by the RedDwarf Server. 
 

Uses of TransactionException in com.sun.sgs.app
 

Subclasses of TransactionException in com.sun.sgs.app
 class TransactionAbortedException
          Thrown when an operation fails because the system aborted the current transaction during the operation.
 class TransactionConflictException
          Thrown when an operation fails because the system aborted the current transaction when it detected a conflict with another transaction.
 class TransactionNotActiveException
          Thrown when an operation fails because there is no current, active transaction.
 class TransactionTimeoutException
          Thrown when an operation fails because the system aborted the current transaction when it exceeded the maximum permitted duration.
 

Uses of TransactionException in com.sun.sgs.impl.service.data.store
 

Subclasses of TransactionException in com.sun.sgs.impl.service.data.store
 class NetworkException
          Thrown when an operation fails because the system aborted the current transaction due to a network communication failure.
 

Uses of TransactionException in com.sun.sgs.service
 

Subclasses of TransactionException in com.sun.sgs.service
 class TransactionInterruptedException
          Thrown when an operation fails because it was interrupted while it was blocked waiting for another transaction.
 


RedDwarf, Version 0.10.1
2010-03-14 10:56:12

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved