org.geotools.data
Class FeatureLockException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.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

Constructor Summary
FeatureLockException()
           
FeatureLockException(java.lang.String message)
           
FeatureLockException(java.lang.String message, java.lang.String featureID)
           
FeatureLockException(java.lang.String message, java.lang.String featureID, java.lang.Throwable t)
           
FeatureLockException(java.lang.String message, java.lang.Throwable t)
           
 
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
 

Constructor Detail

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 © 1996-2003 GeoTools. All Rights Reserved.