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
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)
Copyright © GeoTools. All Rights Reserved.