public class MessageParseException
extends java.io.IOException
MessageRecognizeror Message
cannot understand or validate incoming data.| Constructor and Description |
|---|
MessageParseException()
Constructs a new instance.
|
MessageParseException(java.lang.String message)
Constructs a new instance with the specified message.
|
MessageParseException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new instance with the specified message and the specified
cause.
|
MessageParseException(java.lang.Throwable cause)
Constructs a new instance with the specified cause.
|
| Modifier and Type | Method and Description |
|---|---|
java.nio.ByteBuffer |
getBuffer()
Returns unknown message part.
|
java.lang.String |
getMessage()
Returns the message and the hexdump of the unknown part.
|
public MessageParseException()
public MessageParseException(java.lang.String message)
public MessageParseException(java.lang.Throwable cause)
public MessageParseException(java.lang.String message,
java.lang.Throwable cause)
Copyright © 2004-2012 Trustin Lee. All Rights Reserved.