public class ItemStreamException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
ItemStreamException(java.lang.String message) |
ItemStreamException(java.lang.String msg,
java.lang.Throwable nested)
Constructs a new instance with a message and nested exception.
|
ItemStreamException(java.lang.Throwable nested)
Constructs a new instance with a nested exception and empty message.
|
public ItemStreamException(java.lang.String message)
message - public ItemStreamException(java.lang.String msg,
java.lang.Throwable nested)
msg - the exception message.public ItemStreamException(java.lang.Throwable nested)