public class UnknownIndexException extends DatabaseException
Constructor and Description |
---|
UnknownIndexException(int storageId,
String description)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getStorageId()
Get the storage ID that was not recognized.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnknownIndexException(int storageId, String description)
storageId
- unknown index storage IDdescription
- description of the problemCopyright © 2019. All rights reserved.