Class TupleQueryResultHandlerException

java.lang.Object
All Implemented Interfaces:
Serializable

public class TupleQueryResultHandlerException extends QueryResultHandlerException
An exception that can be thrown by an TupleQueryResultHandler when it encounters an unrecoverable error. If an exception is associated with the error then this exception can be wrapped in a TupleHandlerException and can later be retrieved from it when the TupleHandlerException is caught using the getCause().
See Also: