org.geotools.index
Class LockTimeoutException

Object
  extended by Throwable
      extended by Exception
          extended by LockTimeoutException
All Implemented Interfaces:
Serializable

public class LockTimeoutException
extends Exception

DOCUMENT ME!

Author:
Tommaso Nolli
See Also:
Serialized Form
Module:
modules/plugin/shapefile (gt-shapefile.jar)

Constructor Summary
LockTimeoutException()
           
LockTimeoutException(String message)
          DOCUMENT ME!
LockTimeoutException(String message, Throwable cause)
          DOCUMENT ME!
LockTimeoutException(Throwable cause)
          DOCUMENT ME!
 
Method Summary
 
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

LockTimeoutException

public LockTimeoutException()

LockTimeoutException

public LockTimeoutException(String message)
DOCUMENT ME!

Parameters:
message -

LockTimeoutException

public LockTimeoutException(String message,
                            Throwable cause)
DOCUMENT ME!

Parameters:
message -
cause -

LockTimeoutException

public LockTimeoutException(Throwable cause)
DOCUMENT ME!

Parameters:
cause -


Copyright © 1996-2009 Geotools. All Rights Reserved.