|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectThrowable
Exception
DataStoreException
public class DataStoreException
Throws when a DataStore can not completed a read or write operation.
| feature/geotk-storage (download) | View source code for this class |
| Constructor Summary | |
|---|---|
DataStoreException()
Creates an exception with no cause and no details message. |
|
DataStoreException(String message)
Creates an exception with the specified details message. |
|
DataStoreException(String message,
Throwable cause)
Creates an exception with the specified details message and cause. |
|
DataStoreException(Throwable cause)
Creates an exception with the specified cause and no details message. |
|
| Method Summary |
|---|
| Methods inherited from class Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DataStoreException()
public DataStoreException(String message)
message - The detail message.public DataStoreException(Throwable cause)
cause - The cause for this exception.
public DataStoreException(String message,
Throwable cause)
message - The detail message.cause - The cause for this exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||