class CorruptedStoreException extends StoreException
PersistentStore when it discovers
the store has become corrupted.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
nestedException| Constructor and Description |
|---|
CorruptedStoreException(String s)
Constructs an
CorruptedStoreException with a detail
message. |
CorruptedStoreException(String s,
Throwable t)
Constructs an
CorruptedStoreException with a detail
message and a nested exception. |
printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringprivate static final long serialVersionUID
CorruptedStoreException(String s)
CorruptedStoreException with a detail
message.s - the detailed messageCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.