org.geotools.data
Class FeatureLockException

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

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)
           
 
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
 

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)
Method Detail

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.