ModeShape Distribution 3.0.0.Beta4

org.modeshape.jcr.cache
Class DocumentNotFoundException

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

public class DocumentNotFoundException
extends RuntimeException

An exception signalling that a node does not exist.

See Also:
Serialized Form

Constructor Summary
DocumentNotFoundException(String key)
           
DocumentNotFoundException(String key, String message)
           
DocumentNotFoundException(String key, String message, Throwable cause)
           
DocumentNotFoundException(String key, Throwable cause)
           
 
Method Summary
 String getKey()
          Get the document key that was not found
 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

DocumentNotFoundException

public DocumentNotFoundException(String key)
Parameters:
key - the key for the node that does not exist

DocumentNotFoundException

public DocumentNotFoundException(String key,
                                 String message)
Parameters:
key - the key for the node that does not exist
message - the message

DocumentNotFoundException

public DocumentNotFoundException(String key,
                                 Throwable cause)
Parameters:
key - the key for the node that does not exist
cause - the cause of this exception

DocumentNotFoundException

public DocumentNotFoundException(String key,
                                 String message,
                                 Throwable cause)
Parameters:
key - the key for the node that does not exist
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 that was not found

Returns:
the key for the document that was not found

ModeShape Distribution 3.0.0.Beta4

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