public class IDException extends SQLQueryException
| Constructor and Description |
|---|
IDException(DBObject obj)
Constructor to use when an object has no ID.
|
IDException(DBObjectID id,
DBException cause)
Constructor to use when an ID won't resolve.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage()
Gets the message for this exception.
|
append, getAllMessages, getNextException, getObject, getRelatedObjects, setNextException, setRelatedObjectspublic IDException(DBObject obj)
public IDException(DBObjectID id, DBException cause)
public java.lang.String getMessage()
DBExceptiongetAllMessages()getMessage in class DBExceptionDBException.getAllMessages()