| ExcessiveResourcesUsagePipeException |
A pipe exception due to resource usage beyond some threshold
|
| HttpPipeException |
An IO pipe exception indicating an error reported by an HTTP server
Includes the HTTP status code.
|
| InternalPipeException |
A pipe exception resulting from a runtime error.
|
| IOPipeException |
A pipe exception resulting from an IO error
|
| JdbcPipeException |
A pipe exception due to JDBC related errors
|
| OutOfOrderPipeException |
Indicates that the ordering of items in a pipe was not as expected
|
| PipeException |
Indicates an error during data fetching/processing/writing of a pipeline
This is the surertype for all pipe exceptions.
|
| QueuePipeException |
Indicates an error found during the pipeline while interacting with
producer/consumer queues.
|
| TimeoutPipeException |
A pipe exception resulting from a timeout
|
| ValidationPipeException |
Indicates that the contents of a pipe were found to be invalid
|