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