public class SerializationException
extends java.io.IOException
| Constructor and Description |
|---|
SerializationException(java.lang.String message)
Creates a new instance of the SerializationException class.
|
SerializationException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance of the SerializationException class.
|
public SerializationException(java.lang.String message)
message - The message.public SerializationException(java.lang.String message,
java.lang.Throwable cause)
message - The detail message.cause - Te cause of the exception.