|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception net.jini.core.transaction.TransactionException
public class TransactionException
Base class for exceptions thrown during a transaction.
Constructor Summary | |
---|---|
TransactionException()
Constructs an instance with no detail message. |
|
TransactionException(String desc)
Constructs an instance with a detail message. |
|
TransactionException(String desc,
Throwable cause)
Constructs an instance with a detail message. |
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 TransactionException(String desc)
desc
- the detail messagepublic TransactionException(String desc, Throwable cause)
desc
- the detail messagecause
- the causepublic TransactionException()
|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |