org.geotoolkit.storage
Class DataStoreException

Object
  extended by Throwable
      extended by Exception
          extended by DataStoreException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CoverageStoreException

public class DataStoreException
extends Exception

Throws when a DataStore can not completed a read or write operation.

Since:
3.10
Version:
3.10
Author:
Johann Sorel (Geomatys)
See Also:
Serialized Form
Module:
feature/geotk-storage (download)    View source code for this class

Constructor Summary
DataStoreException()
          Creates an exception with no cause and no details message.
DataStoreException(String message)
          Creates an exception with the specified details message.
DataStoreException(String message, Throwable cause)
          Creates an exception with the specified details message and cause.
DataStoreException(Throwable cause)
          Creates an exception with the specified cause and no details message.
 
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

DataStoreException

public DataStoreException()
Creates an exception with no cause and no details message.


DataStoreException

public DataStoreException(String message)
Creates an exception with the specified details message.

Parameters:
message - The detail message.

DataStoreException

public DataStoreException(Throwable cause)
Creates an exception with the specified cause and no details message.

Parameters:
cause - The cause for this exception.

DataStoreException

public DataStoreException(String message,
                          Throwable cause)
Creates an exception with the specified details message and cause.

Parameters:
message - The detail message.
cause - The cause for this exception.


Copyright © 2009-2012 Geotoolkit.org. All Rights Reserved.