Serializable
public 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, wait
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DataObjectExistsException(DataObject obj)
obj
- data object which already existspublic DataObject getDataObject()
public Throwable fillInStackTrace()
fillInStackTrace
in class Throwable
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.