Class FeatureLockException

Object
Throwable
Exception
IOException
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:
  • Constructor Details

    • 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 Details

    • getFeatureID

      public String getFeatureID()
      Query FeatureID the LockException was recorded against, if known.
      Returns:
      FeatureID or null if unknown.