public class FrameDecodeException extends Exception
| Constructor and Description |
|---|
FrameDecodeException()
Constructor.
|
FrameDecodeException(String msg)
Constructor.
|
FrameDecodeException(String msg,
Throwable err)
Constructor.
|
FrameDecodeException(Throwable err)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FrameDecodeException()
public FrameDecodeException(String msg)
msg - Error messagepublic FrameDecodeException(Throwable err)
err - The causing errorCopyright © 2004–2017. All rights reserved.