org.opengis.feature
Class FeatureStoreException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.opengis.feature.FeatureStoreException
-
- All Implemented Interfaces:
- java.io.Serializable
public class FeatureStoreException extends java.io.IOExceptionThrown to indicate that aFeatureStoreoperation could not complete because of a failure in the backing store, or a failure to contact the backing store.- Since:
- GeoAPI 2.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description FeatureStoreException()Constructs a new exception with no detail message.FeatureStoreException(java.lang.String message)Constructs a new exception with the specified detail message.FeatureStoreException(java.lang.String message, java.lang.Throwable cause)Constructs a new exception with the specified detail message and cause.FeatureStoreException(java.lang.Throwable cause)Constructs a new exception with the specified cause.
-
-
-
Constructor Detail
-
FeatureStoreException
public FeatureStoreException()
Constructs a new exception with no detail message.
-
FeatureStoreException
public FeatureStoreException(java.lang.String message)
Constructs a new exception with the specified detail message.- Parameters:
message- the detail message, saved for later retrieval by theThrowable.getMessage()method.
-
FeatureStoreException
public FeatureStoreException(java.lang.Throwable cause)
Constructs a new exception with the specified cause.- Parameters:
cause- the cause, saved for later retrieval by theThrowable.getCause()method.
-
FeatureStoreException
public FeatureStoreException(java.lang.String message, java.lang.Throwable cause)Constructs a new exception with the specified detail message and cause.- Parameters:
message- the detail message, saved for later retrieval by theThrowable.getMessage()method.cause- the cause, saved for later retrieval by theThrowable.getCause()method.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG