public class RaspoidSerialException extends RaspoidException
| Constructor and Description |
|---|
RaspoidSerialException(java.lang.String message)
Constructs a new serial exception with the specified detail message.
|
RaspoidSerialException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new serial exception with the specified detail message and cause.
|
RaspoidSerialException(java.lang.Throwable cause)
Constructs a new serial exception with the specified cause.
|
public RaspoidSerialException(java.lang.String message,
java.lang.Throwable cause)
message - the detail messagecause - the cause to be retrieved laterpublic RaspoidSerialException(java.lang.String message)
message - the detail messagepublic RaspoidSerialException(java.lang.Throwable cause)
cause - the cause to be retrieved later