Package org.java_websocket.exceptions
Class IncompleteException
- java.lang.Object
-
- java.lang.Throwable
-
- org.java_websocket.exceptions.IncompleteException
-
- All Implemented Interfaces:
java.io.Serializable
public class IncompleteException extends java.lang.ThrowableException which indicates that the frame is not yet complete- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IncompleteException(int preferredSize)Constructor for the preferred size of a frame
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetPreferredSize()Getter for the preferredSize
-