public final class FailingEXTDTAInputStream
extends java.io.InputStream
| Modifier and Type | Field and Description |
|---|---|
private byte |
extdtaStatus
The status byte used to determine which exception to throw.
|
| Constructor and Description |
|---|
FailingEXTDTAInputStream(byte extdtaStatus) |
| Modifier and Type | Method and Description |
|---|---|
int |
read()
Throws an exception.
|
private final byte extdtaStatus
public int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOException - The exception to throw as dictated by the status
byte sent by the client driver when reading user data and sending
it as EXTDTA.Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.