|
Side of Software Persistence Library 2.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
sos.db.DatabaseException
sos.db.TransactionConflictException
public class TransactionConflictException
A checked exception indicating that a transaction cannot successfully complete because an operation conflicts with that of another transaction.
| Constructor Summary | |
|---|---|
TransactionConflictException()
Creates an instance of TransactionConflictException with
a null detail message. |
|
TransactionConflictException(java.lang.String msg)
Creates an instance of TransactionConflictException with
the specified detail message. |
|
TransactionConflictException(java.lang.String msg,
java.lang.Throwable cause)
Creates an instance of TransactionConflictException with
the specified detail message and cause. |
|
TransactionConflictException(java.lang.Throwable cause)
Creates an instance of TransactionConflictException with
a null detail message and the specified cause. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, 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 TransactionConflictException()
TransactionConflictException with
a null detail message.
public TransactionConflictException(java.lang.String msg)
TransactionConflictException with
the specified detail message.
msg - the detail messagepublic TransactionConflictException(java.lang.Throwable cause)
TransactionConflictException with
a null detail message and the specified cause.
cause - the cause of this exception
public TransactionConflictException(java.lang.String msg,
java.lang.Throwable cause)
TransactionConflictException with
the specified detail message and cause.
msg - the detail messagecause - the cause of this exception
|
Side of Software Persistence Library 2.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||