public class StreamableInputException
extends java.lang.RuntimeException
IOException unexpectedly occured when a streamable object has been written to memory and then read back. This exception should never occur.| Constructor and Description |
|---|
StreamableInputException()
Constructs an StreamableInputException with no detail message.
|
StreamableInputException(java.lang.String s)
Constructs an StreamableInputException with the specified detail message.
|
StreamableInputException(java.lang.String message, java.lang.Throwable cause) |
StreamableInputException(java.lang.Throwable cause) |
public StreamableInputException()
public StreamableInputException(java.lang.String s)
s - the detail message
public StreamableInputException(java.lang.String message,
java.lang.Throwable cause)
public StreamableInputException(java.lang.Throwable cause)