ModeShape Distribution 3.2.0.Final

org.modeshape.jcr.cache
Class DocumentStoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.modeshape.jcr.cache.DocumentStoreException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DocumentAlreadyExistsException, DocumentNotFoundException

public class DocumentStoreException
extends RuntimeException

An exception signalling that a failure occurred within a document store.

See Also:
Serialized Form

Constructor Summary
DocumentStoreException(String key)
           
DocumentStoreException(String key, String message)
           
DocumentStoreException(String key, String message, Throwable cause)
           
DocumentStoreException(String key, Throwable cause)
           
 
Method Summary
 String getKey()
          Get the document key
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DocumentStoreException

public DocumentStoreException(String key)
Parameters:
key - the key for the document

DocumentStoreException

public DocumentStoreException(String key,
                              String message)
Parameters:
key - the key for the document
message - the message

DocumentStoreException

public DocumentStoreException(String key,
                              Throwable cause)
Parameters:
key - the key for the document
cause - the cause of this exception

DocumentStoreException

public DocumentStoreException(String key,
                              String message,
                              Throwable cause)
Parameters:
key - the key for the document
message - the message
cause - the cause of this exception
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable

getKey

public String getKey()
Get the document key

Returns:
the key for the document

ModeShape Distribution 3.2.0.Final

Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.