public class MalformedFrameException extends Exception
Exception indicating a malformed frame.| Constructor and Description |
|---|
MalformedFrameException()
Instantiates a new malformed frame exception.
|
MalformedFrameException(String message)
Instantiates a new malformed frame exception.
|
MalformedFrameException(String message,
Throwable cause)
Instantiates a new malformed frame exception.
|
MalformedFrameException(Throwable cause)
Instantiates a new malformed frame exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MalformedFrameException()
public MalformedFrameException(String message)
message - the message.public MalformedFrameException(String message, Throwable cause)
message - the message.cause - the Throwable.Copyright © 2018. All rights reserved.