com.marklogic.xcc.exceptions
Class StreamingResultException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.marklogic.xcc.exceptions.StreamingResultException
- All Implemented Interfaces:
- Serializable
- public class StreamingResultException
- extends RuntimeException
This unchecked (runtime) exception may be thrown by some methods
of streaming ResultSequence objects if
an IOException occurs while processing the
streaming data.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
StreamingResultException
public StreamingResultException(String message,
ResultSequence resultSequence,
Throwable cause)
StreamingResultException
public StreamingResultException(ResultSequence resultSequence,
Throwable cause)
getResultSequence
public ResultSequence getResultSequence()
Copyright © 2003-2008 Mark Logic Corporation, All Rights Reserved.
Complete online documentation for MarkLogic Server,
XQuery and related components may be found at
developer.marklogic.com