public class SerialIOException
extends java.lang.Exception
SerialInput
,
SerialOutput
,
Serialized FormConstructor | Description |
---|---|
SerialIOException(java.lang.String message) |
Constructs a
SerialIOException with the specified message. |
SerialIOException(java.lang.String message,
java.lang.Throwable cause) |
Constructs a
SerialIOException with the specified message
and cause. |
public SerialIOException(java.lang.String message)
SerialIOException
with the specified message.message
- the detail messagepublic SerialIOException(java.lang.String message, java.lang.Throwable cause)
SerialIOException
with the specified message
and cause.message
- the detail messagecause
- the csuse of this exception