Modifier and Type | Field and Description |
---|---|
private static final long |
Access | Constructor and Description |
---|---|
protected | ObjectStreamException(String
the detailed message for the exception message)Create an ObjectStreamException with the specified argument. |
protected | ObjectStreamException(String
the detailed message for the exception message, Throwable the cause cause)Create an ObjectStreamException with the specified message and cause. |
protected | |
protected | ObjectStreamException(Throwable
the cause cause)Create an ObjectStreamException with the specified cause. |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides java. |
ObjectStreamException | back to summary |
---|---|
protected ObjectStreamException(String message) Create an ObjectStreamException with the specified argument.
|
ObjectStreamException | back to summary |
---|---|
protected ObjectStreamException(String message, Throwable cause) Create an ObjectStreamException with the specified message and cause. |
ObjectStreamException | back to summary |
---|---|
protected ObjectStreamException() Create an ObjectStreamException. |
ObjectStreamException | back to summary |
---|---|
protected ObjectStreamException(Throwable cause) Create an ObjectStreamException with the specified cause.
|