Package org.geotools.api.data
Class FeatureLockException
Object
Throwable
Exception
IOException
FeatureLockException
- All Implemented Interfaces:
Serializable
Indicates a lock contention, and attempt was made to modify or aquire with out Authroization.
- Author:
- Jody Garnett, Refractions Research
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFeatureLockException
(String message) FeatureLockException
(String message, String featureID) FeatureLockException
(String message, String featureID, Throwable t) FeatureLockException
(String message, Throwable t) -
Method Summary
Modifier and TypeMethodDescriptionQuery FeatureID the LockException was recorded against, if known.Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FeatureLockException
public FeatureLockException() -
FeatureLockException
-
FeatureLockException
-
FeatureLockException
-
FeatureLockException
-
-
Method Details
-
getFeatureID
Query FeatureID the LockException was recorded against, if known.- Returns:
- FeatureID or
null
if unknown.
-