|
||||||||||
| 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.metadata.persistence.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(java.lang.String message)
Creates a new MetadataStoreException with detail message. |
|
MetadataStoreException(java.lang.String message,
java.lang.Throwable cause)
Creates a new MetadataStoreException which wraps the causing exception and provides a detail message. |
|
MetadataStoreException(java.lang.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(java.lang.String message)
MetadataStoreException with detail message.
message - detail messagepublic MetadataStoreException(java.lang.Throwable cause)
MetadataStoreException which wraps the causing exception.
cause -
public MetadataStoreException(java.lang.String message,
java.lang.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 | |||||||||