|
IBM WebSphere Extended Deployment (XD)TM, Release 6.1 ObjectGrid API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.websphere.objectgrid.ObjectGridException
com.ibm.websphere.objectgrid.TransactionException
com.ibm.websphere.objectgrid.SessionNotReentrantException
public class SessionNotReentrantException
A Session object can only be used by a single thread concurrently to perform map operations. If a thread tries to execute a map operation (for example, call a method on ObjectMap interface) while another thread is already executing a map operation for the Session, then this exception is thrown.
| Field Summary |
|---|
| Fields inherited from class com.ibm.websphere.objectgrid.TransactionException |
|---|
ivTransactionRolledBack |
| Constructor Summary | |
|---|---|
SessionNotReentrantException(java.lang.String message,
boolean rolledBack)
Constructs a new SessionNotReentrantException with the specified detail message and a special indication of whether the transaction was rolled back as a result of this exception. |
|
| Method Summary |
|---|
| Methods inherited from class com.ibm.websphere.objectgrid.TransactionException |
|---|
isTransactionActive, wasTransactionRolledBack |
| Methods inherited from class com.ibm.websphere.objectgrid.ObjectGridException |
|---|
getCause, initCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SessionNotReentrantException(java.lang.String message,
boolean rolledBack)
initCause method.
message - the detail message. The detail message is saved for later
retrieval by the getMessage method.rolledBack - A value of true indicates the transaction was rolled back.ObjectGridException.initCause(Throwable),
Throwable.getMessage(),
TransactionException.wasTransactionRolledBack()
|
IBM WebSphere Extended Deployment (XD)TM, Release 6.1 ObjectGrid API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||