org.geotools.referencing.factory
Class BackingStoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.geotools.referencing.factory.BackingStoreException
All Implemented Interfaces:
java.io.Serializable

public class BackingStoreException
extends java.lang.RuntimeException

Thrown to indicate that an IdentifiedObjectSet operation could not complete because of a failure in the backing store, or a failure to contact the backing store. This exception usually has an IOException or a SQLException as its cause.

Since:
2.3
Version:
$Id: BackingStoreException.java 30641 2008-06-12 17:42:27Z acuster $
Author:
Martin Desruisseaux (IRD)
See Also:
Serialized Form

Constructor Summary
BackingStoreException()
          Constructs a new exception with no detail message.
BackingStoreException(java.lang.String message)
          Constructs a new exception with the specified detail message.
BackingStoreException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new exception with the specified detail message and cause.
BackingStoreException(java.lang.Throwable cause)
          Constructs a new exception with the specified cause.
 
Method Summary
 
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

BackingStoreException

public BackingStoreException()
Constructs a new exception with no detail message.


BackingStoreException

public BackingStoreException(java.lang.String message)
Constructs a new exception with the specified detail message.

Parameters:
message - the detail message, saved for later retrieval by the Throwable.getMessage() method.

BackingStoreException

public BackingStoreException(java.lang.Throwable cause)
Constructs a new exception with the specified cause.

Parameters:
cause - the cause, saved for later retrieval by the Throwable.getCause() method.

BackingStoreException

public BackingStoreException(java.lang.String message,
                             java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.

Parameters:
message - the detail message, saved for later retrieval by the Throwable.getMessage() method.
cause - the cause, saved for later retrieval by the Throwable.getCause() method.


Copyright © 1996-2010 Geotools. All Rights Reserved.