| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.deegree.protocol.csw.MetadataStoreException
public class MetadataStoreException
Indicates an exception that occured in the metadata persistence layer.
| 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 | 
|---|
public MetadataStoreException()
MetadataStoreException without detail message.
public MetadataStoreException(String message)
MetadataStoreException with detail message.
message - detail messagepublic MetadataStoreException(Throwable cause)
MetadataStoreException which wraps the causing exception.
cause - 
public MetadataStoreException(String message,
                              Throwable cause)
MetadataStoreException which wraps the causing exception and provides a detail message.
message - cause - 
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||