org.deegree.protocol.csw
Class MetadataStoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.deegree.protocol.csw.MetadataStoreException
All Implemented Interfaces:
Serializable

public class MetadataStoreException
extends Exception

Indicates an exception that occured in the metadata persistence layer.

Version:
$Revision: 29297 $, $Date: 2011-01-13 12:06:36 +0100 (Thu, 13 Jan 2011) $
Author:
Steffen Thomas, Markus Schneider, last edited by: $Author: aschmitz $
See Also:
Serialized Form

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

MetadataStoreException

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


MetadataStoreException

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

Parameters:
message - detail message

MetadataStoreException

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

Parameters:
cause -

MetadataStoreException

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

Parameters:
message -
cause -


Copyright © 2011. All Rights Reserved.