deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

org.deegree.record.persistence
Class RecordStoreException

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

public class RecordStoreException
extends Exception

Indicates an exception that occured in the record persistence layer.

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

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

RecordStoreException

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


RecordStoreException

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

Parameters:
message - detail message

RecordStoreException

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

Parameters:
cause -

RecordStoreException

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

Parameters:
message -
cause -

deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org

]]>