Documentation of 'org.opengis.feature.FeatureStoreException' Java class
FeatureStoreException
org.opengis.feature

Class FeatureStoreException

  • All Implemented Interfaces:
    java.io.Serializable


    public class FeatureStoreException
    extends java.io.IOException
    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.
    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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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 the Throwable.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 the Throwable.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 the Throwable.getMessage() method.
        cause - the cause, saved for later retrieval by the Throwable.getCause() method.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.