org.sape.carbon.core.config.node
Class NodeIOException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.sape.carbon.core.exception.BaseException
                    |
                    +--org.sape.carbon.core.config.ConfigurationException
                          |
                          +--org.sape.carbon.core.config.node.NodeException
                                |
                                +--org.sape.carbon.core.config.node.NodeIOException
All Implemented Interfaces:
Exceptionable, Serializable

public class NodeIOException
extends NodeException

Exception thrown when an Exception is encountered reading from or writing to a node. This exception is most often caused by failures in connecting to or reading the data from some external storage system such as the filesystem, a jar file or JNDI. Copyright 2003 Sapient

Since:
carbon 1.0
Version:
$Revision: 1.11 $($Author: dvoet $ / $Date: 2003/05/05 21:21:18 $)
Author:
Douglas Voet, March 2001
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.sape.carbon.core.config.node.NodeException
nodeName
 
Fields inherited from class org.sape.carbon.core.exception.BaseException
delegatedException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
NodeIOException(Class sourceClass, String nodeName, Throwable cause)
          Constructs a NodeIOException.
 
Methods inherited from class org.sape.carbon.core.config.node.NodeException
getNodeName
 
Methods inherited from class org.sape.carbon.core.config.ConfigurationException
getSeverity
 
Methods inherited from class org.sape.carbon.core.exception.BaseException
getCause, getExceptionSource, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, 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

NodeIOException

public NodeIOException(Class sourceClass,
                       String nodeName,
                       Throwable cause)
Constructs a NodeIOException.

Parameters:
sourceClass - the class in which this exception was caused.
nodeName - the name of the configuration node to which this failure is related.
cause - the exception that may have caused this failure.


Copyright 1999-2003 Sapient Corporation. All Rights Reserved.