|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectThrowable
Exception
IOException
FeatureStoreException
@Deprecated public class FeatureStoreException
Thrown to indicate that a FeatureStore operation could not complete because of a
failure in the backing store, or a failure to contact the backing store.
FeatureStore exception should we have a backpointer
to the FeatureStore? Or at least an indication of which data store
caused the problem?| Constructor Summary | |
|---|---|
FeatureStoreException()
Deprecated. Constructs a new exception with no detail message. |
|
FeatureStoreException(String message)
Deprecated. Constructs a new exception with the specified detail message. |
|
FeatureStoreException(String message,
Throwable cause)
Deprecated. Constructs a new exception with the specified detail message and cause. |
|
FeatureStoreException(Throwable cause)
Deprecated. Constructs a new exception with the specified cause. |
|
| 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 FeatureStoreException()
public FeatureStoreException(String message)
message - the detail message, saved for later retrieval by the Throwable.getMessage() method.public FeatureStoreException(Throwable cause)
cause - the cause, saved for later retrieval by the Throwable.getCause() method.
public FeatureStoreException(String message,
Throwable cause)
message - the detail message, saved for later retrieval by the Throwable.getMessage() method.cause - the cause, saved for later retrieval by the Throwable.getCause() method.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||