org.jboss.dna.common.jcr
Class PathNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.dna.common.jcr.PathNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class PathNotFoundException
extends java.lang.RuntimeException

Author:
Randall Hauch
See Also:
Serialized Form

Constructor Summary
PathNotFoundException()
           
PathNotFoundException(java.lang.String message)
           
PathNotFoundException(java.lang.String message, java.lang.Throwable cause)
           
PathNotFoundException(java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PathNotFoundException

public PathNotFoundException()

PathNotFoundException

public PathNotFoundException(java.lang.String message)
Parameters:
message -

PathNotFoundException

public PathNotFoundException(java.lang.Throwable cause)
Parameters:
cause -

PathNotFoundException

public PathNotFoundException(java.lang.String message,
                             java.lang.Throwable cause)
Parameters:
message -
cause -


Copyright © 2008. All Rights Reserved.