Package org.java_websocket.exceptions
Class IncompleteException
- java.lang.Object
-
- java.lang.Throwable
-
- org.java_websocket.exceptions.IncompleteException
-
- All Implemented Interfaces:
Serializable
public class IncompleteException extends Throwable
Exception 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 int
getPreferredSize()
Getter for the preferredSize-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-