org.geotools.data
Class FeatureLockException

Object
  extended by Throwable
      extended by Exception
          extended by IOException
              extended by FeatureLockException
All Implemented Interfaces:
Serializable

public class FeatureLockException
extends 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
Module:
modules/library/main (gt-main.jar)

Constructor Summary
FeatureLockException()
           
FeatureLockException(String message)
           
FeatureLockException(String message, String featureID)
           
FeatureLockException(String message, String featureID, Throwable t)
           
FeatureLockException(String message, Throwable t)
           
 
Method Summary
 String getFeatureID()
          Query FeatureID the LockException was recorded against, if known.
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FeatureLockException

public FeatureLockException()

FeatureLockException

public FeatureLockException(String message)

FeatureLockException

public FeatureLockException(String message,
                            String featureID)

FeatureLockException

public FeatureLockException(String message,
                            Throwable t)

FeatureLockException

public FeatureLockException(String message,
                            String featureID,
                            Throwable t)
Method Detail

getFeatureID

public String getFeatureID()
Query FeatureID the LockException was recorded against, if known.

Returns:
FeatureID or null if unknown.


Copyright © 1996-2010 Geotools. All Rights Reserved.