Package 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
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:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NodeUnavailableException
public NodeUnavailableException()
-