public class EntryDeletedException extends Exception
| Constructor and Description | 
|---|
EntryDeletedException()  | 
EntryDeletedException(boolean deletedByOwnTxn)  | 
EntryDeletedException(String uid)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
deletedByOwnTxn()  | 
Throwable | 
fillInStackTrace()
Override the method to avoid expensive stack build and synchronization, since no one uses it
 anyway. 
 | 
String | 
getUID()
Return entry UID 
 | 
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EntryDeletedException()
public EntryDeletedException(String uid)
public EntryDeletedException(boolean deletedByOwnTxn)
public String getUID()
public boolean deletedByOwnTxn()
public Throwable fillInStackTrace()
fillInStackTrace in class ThrowableCopyright © GigaSpaces.