org.geotools.data
Class FeatureLockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.geotools.data.FeatureLockException
- All Implemented Interfaces:
- java.io.Serializable
public class FeatureLockException
- extends java.io.IOException
Indicates a lock contention, and attempt was made to modify or aquire with
out Authroization.
- Author:
- Jody Garnett, Refractions Research
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getFeatureID()
Query FeatureID the LockException was recorded against, if known. |
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 |
FeatureLockException
public FeatureLockException()
FeatureLockException
public FeatureLockException(java.lang.String message)
FeatureLockException
public FeatureLockException(java.lang.String message,
java.lang.String featureID)
FeatureLockException
public FeatureLockException(java.lang.String message,
java.lang.Throwable t)
FeatureLockException
public FeatureLockException(java.lang.String message,
java.lang.String featureID,
java.lang.Throwable t)
getFeatureID
public java.lang.String getFeatureID()
- Query FeatureID the LockException was recorded against, if known.
- Returns:
- FeatureID or
null
if unknown.
Copyright © 1996-2010 Geotools. All Rights Reserved.