public class UnknownTransactionException extends TransactionException
| Constructor and Description | 
|---|
UnknownTransactionException()
Constructs an instance with no detail message. 
 | 
UnknownTransactionException(String desc)
Constructs an instance with a detail message. 
 | 
UnknownTransactionException(String desc,
                           Throwable e)
Constructs an instance with detail message and inner throwable. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnknownTransactionException(String desc)
desc - the detail messagepublic UnknownTransactionException()
Copyright © GigaSpaces.