| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.deegree.feature.persistence.FeatureStoreException
public class FeatureStoreException
Indicates an exception that occured in the feature persistence layer.
| Constructor Summary | |
|---|---|
FeatureStoreException()
Creates a new FeatureStoreException without detail message. | 
|
FeatureStoreException(String message)
Creates a new FeatureStoreException with detail message. | 
|
FeatureStoreException(String message,
                      Throwable cause)
Creates a new FeatureStoreException which wraps the causing exception and provides a detail message. | 
|
FeatureStoreException(Throwable cause)
Creates a new FeatureStoreException which wraps the causing exception. | 
|
| Method Summary | 
|---|
| Methods inherited from class java.lang.Throwable | 
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public FeatureStoreException()
FeatureStoreException without detail message.
public FeatureStoreException(String message)
FeatureStoreException with detail message.
message - detail messagepublic FeatureStoreException(Throwable cause)
FeatureStoreException which wraps the causing exception.
cause - 
public FeatureStoreException(String message,
                             Throwable cause)
FeatureStoreException which wraps the causing exception and provides a detail message.
message - cause - 
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||