org.deegree.feature.persistence
Class FeatureStoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.deegree.feature.persistence.FeatureStoreException
All Implemented Interfaces:
Serializable

public class FeatureStoreException
extends Exception

Indicates an exception that occured in the feature persistence layer.

Version:
$Revision: 18942 $, $Date: 2009-08-05 19:16:43 +0200 (Wed, 05 Aug 2009) $
Author:
Markus Schneider, last edited by: $Author: mschneider $
See Also:
Serialized Form

Constructor Summary
FeatureStoreException()
          Creates a new FeatureStoreException without detail message.
FeatureStoreException(String message)
          Creates a new FeatureStoreException with detail message.
FeatureStoreException(String message, Throwable cause)
          Creates a new FeatureStoreException which wraps the causing exception and provides a detail message.
FeatureStoreException(Throwable cause)
          Creates a new FeatureStoreException which wraps the causing exception.
 
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

FeatureStoreException

public FeatureStoreException()
Creates a new FeatureStoreException without detail message.


FeatureStoreException

public FeatureStoreException(String message)
Creates a new FeatureStoreException with detail message.

Parameters:
message - detail message

FeatureStoreException

public FeatureStoreException(Throwable cause)
Creates a new FeatureStoreException which wraps the causing exception.

Parameters:
cause -

FeatureStoreException

public FeatureStoreException(String message,
                             Throwable cause)
Creates a new FeatureStoreException which wraps the causing exception and provides a detail message.

Parameters:
message -
cause -


Copyright © 2011. All Rights Reserved.