public class DataObjectExistsException extends IOException
| Constructor and Description |
|---|
DataObjectExistsException(DataObject obj)
Create new exception.
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
fillInStackTrace()
Performance trick
|
DataObject |
getDataObject()
Get the object which already exists.
|
addSuppressed, 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 August 24 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.