org.opengis.feature
Class BackingStoreException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.opengis.feature.BackingStoreException
-
- All Implemented Interfaces:
- java.io.Serializable
public class BackingStoreException extends java.lang.RuntimeExceptionThrown to indicate that aFeatureCollectionoperation could not complete because of a failure in the backing store, or a failure to contact the backing store. At the difference ofFeatureStoreException, this exception is unchecked in order to allows its usage with the Java collection framework. This exception usually have anIOExceptionor aSQLExceptionas its cause. The cause may also be aTransformExceptionif the feature collection performs reprojection on the fly.- Since:
- GeoAPI 2.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description BackingStoreException()Constructs a new exception with no detail message.BackingStoreException(java.lang.String message)Constructs a new exception with the specified detail message.BackingStoreException(java.lang.String message, java.lang.Throwable cause)Constructs a new exception with the specified detail message and cause.BackingStoreException(java.lang.Throwable cause)Constructs a new exception with the specified cause.
-
-
-
Constructor Detail
-
BackingStoreException
public BackingStoreException()
Constructs a new exception with no detail message.
-
BackingStoreException
public BackingStoreException(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.
-
BackingStoreException
public BackingStoreException(java.lang.Throwable cause)
Constructs a new exception with the specified cause.- Parameters:
cause- the cause, saved for later retrieval by theThrowable.getCause()method.
-
BackingStoreException
public BackingStoreException(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