org.apache.commons.jrcs.rcs
Class NodeNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by org.apache.commons.jrcs.rcs.NodeNotFoundException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BranchNotFoundException

public class NodeNotFoundException
extends java.lang.IllegalArgumentException

See Also:
Serialized Form

Constructor Summary
NodeNotFoundException()
           
NodeNotFoundException(java.lang.String msg)
           
NodeNotFoundException(Version v)
           
 
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

NodeNotFoundException

public NodeNotFoundException()

NodeNotFoundException

public NodeNotFoundException(java.lang.String msg)

NodeNotFoundException

public NodeNotFoundException(Version v)


Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.