public final class WrongTransactionHolder extends java.lang.Object implements Streamable
| Modifier and Type | Field and Description |
|---|---|
WrongTransaction |
value
Deprecated.
Internal holder variable for the WrongTransaction exception.
|
| Constructor and Description |
|---|
WrongTransactionHolder()
Deprecated.
Default Constructor.
|
WrongTransactionHolder(WrongTransaction initial)
Deprecated.
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
_read(InputStream in)
Deprecated.
Read a WrongTransaction exception from an InputStream.
|
TypeCode |
_type()
Deprecated.
Return the type code of the WrongTransaction exception.
|
void |
_write(OutputStream out)
Deprecated.
Write a WrongTransaction exception into an OutputStream.
|
public WrongTransaction value
public WrongTransactionHolder()
public WrongTransactionHolder(WrongTransaction initial)
initial - WrongTransaction exception for initializing this class.public void _read(InputStream in)
_read in interface Streamablein - InputStream to read the exception from.public void _write(OutputStream out)
_write in interface Streamableout - OutputStream to write the exception intopublic TypeCode _type()
_type in interface Streamable