Uses of Interface
com.sun.sgs.app.ExceptionRetryStatus

Packages that use ExceptionRetryStatus
com.sun.sgs.app Provides the interface to the Project Darkstar Server used by application developers. 
 

Uses of ExceptionRetryStatus in com.sun.sgs.app
 

Classes in com.sun.sgs.app that implement ExceptionRetryStatus
 class MessageRejectedException
          Thrown when an operation fails because there are not enough resources to send or receive a message.
 class ObjectIOException
          Thrown when an operation fails because of an I/O failure when attempting to access a managed object.
 class ResourceUnavailableException
          Thrown when an operation fails because a resource, necessary for the operation, is unavailable.
 class TaskRejectedException
          Thrown when an attempt to schedule a task fails because the TaskManager refuses to accept the task due to resource limitations.
 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.
 


Project Darkstar, Version 0.9.9.6
2009-05-08 15:39:40

Copyright © 2007-2009 Sun Microsystems, Inc. All rights reserved