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 - the String that contains a detailed message.public ItemStreamException(java.lang.String msg,
                           java.lang.Throwable nested)
msg - the exception message.nested - the cause of the exception.public ItemStreamException(java.lang.Throwable nested)
nested - the cause of the exception.