public class EmptyFrameException extends InvalidFrameException
Constructor and Description |
---|
EmptyFrameException()
Creates a new EmptyFrameException datatype.
|
EmptyFrameException(String msg)
Creates a new EmptyFrameException datatype.
|
EmptyFrameException(String msg,
Throwable ex)
Creates a new EmptyFrameException datatype.
|
EmptyFrameException(Throwable ex)
Creates a new EmptyFrameException datatype.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EmptyFrameException()
public EmptyFrameException(Throwable ex)
ex
- the cause.public EmptyFrameException(String msg)
msg
- the detail message.Copyright © 2005–2020 jthink.net. All rights reserved.