Class 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:
  • Constructor Details

    • NodeUnavailableException

      public NodeUnavailableException()