org.apache.axiom.om
Class NodeUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.axiom.om.OMException
org.apache.axiom.om.NodeUnavailableException
- All Implemented Interfaces:
- Serializable
public class NodeUnavailableException
- extends OMException
Exception indicating that a requested node cannot be returned because it is no longer available.
A node may become unavailable because it has been consumed by a method such as
OMSerializable.serializeAndConsume(XMLStreamWriter)
or
OMContainer.getXMLStreamReaderWithoutCaching()
, or because one of its ancestors has been
discarded using OMNode.discard()
.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NodeUnavailableException
public NodeUnavailableException()
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.