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