org.geotools.index.quadtree
Class StoreException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.geotools.index.quadtree.StoreException
All Implemented Interfaces:
java.io.Serializable

public class StoreException
extends java.lang.Exception

DOCUMENT ME!

Author:
Tommaso Nolli
See Also:
Serialized Form

Constructor Summary
StoreException()
           
StoreException(java.lang.String message)
          DOCUMENT ME!
StoreException(java.lang.String message, java.lang.Throwable cause)
          DOCUMENT ME!
StoreException(java.lang.Throwable cause)
          DOCUMENT ME!
 
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

StoreException

public StoreException()

StoreException

public StoreException(java.lang.String message)
DOCUMENT ME!

Parameters:
message -

StoreException

public StoreException(java.lang.Throwable cause)
DOCUMENT ME!

Parameters:
cause -

StoreException

public StoreException(java.lang.String message,
                      java.lang.Throwable cause)
DOCUMENT ME!

Parameters:
message -
cause -


Copyright © GeoTools. All Rights Reserved.