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, toString
public UnknownTransactionException(String desc)
desc
- the detail messagepublic UnknownTransactionException()
Copyright © GigaSpaces.