public final class SerializationException extends CommandException
ParameterizedCommand to a string or deserializing a String to a
ParameterizedCommand.
This class is not intended to be extended by clients.
| Constructor and Description |
|---|
SerializationException(java.lang.String message)
Creates a new instance of this class with the specified detail message.
|
SerializationException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance of this class with the specified detail message
and cause.
|
getCausepublic SerializationException(java.lang.String message)
message - the detail message; may be null.public SerializationException(java.lang.String message,
java.lang.Throwable cause)
message - the detail message; may be null.cause - the cause; may be null.
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.