public class MalformedServerReplyException
extends java.io.IOException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
MalformedServerReplyException()
Constructs a MalformedServerReplyException with no message
|
MalformedServerReplyException(java.lang.String message)
Constructs a MalformedServerReplyException with a specified message.
|
private static final long serialVersionUID
public MalformedServerReplyException()
public MalformedServerReplyException(java.lang.String message)
message
- The message explaining the reason for the exception.