Constructors Summary |
---|
public EmptyFrameException()Creates a new EmptyFrameException datatype.
|
public EmptyFrameException(Throwable ex)Creates a new EmptyFrameException datatype.
super(ex);
|
public EmptyFrameException(String msg)Creates a new EmptyFrameException datatype.
super(msg);
|
public EmptyFrameException(String msg, Throwable ex)Creates a new EmptyFrameException datatype.
super(msg, ex);
|