Serializablepublic class DataObjectExistsException extends IOException
| Constructor | Description |
|---|---|
DataObjectExistsException(DataObject obj) |
Create new exception.
|
| Modifier and Type | Method | Description |
|---|---|---|
Throwable |
fillInStackTrace() |
Performance trick
|
DataObject |
getDataObject() |
Get the object which already exists.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DataObjectExistsException(DataObject obj)
obj - data object which already existspublic DataObject getDataObject()
public Throwable fillInStackTrace()
fillInStackTrace in class ThrowableBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.