public class TransactionException extends Exception
Constructor and Description |
---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TransactionException(String desc)
desc
- the detail messagepublic TransactionException(String desc, Throwable cause)
desc
- the detail messagecause
- the causepublic TransactionException()
Copyright © GigaSpaces.