Package org.java_websocket.exceptions
Class LimitExedeedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.java_websocket.exceptions.InvalidDataException
-
- org.java_websocket.exceptions.LimitExedeedException
-
- All Implemented Interfaces:
java.io.Serializable
public class LimitExedeedException extends InvalidDataException
exception which indicates that the message limited was exedeeded (CloseFrame.TOOBIG)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LimitExedeedException()constructor for a LimitExedeedExceptionLimitExedeedException(java.lang.String s)constructor for a LimitExedeedException
-
Method Summary
-
Methods inherited from class org.java_websocket.exceptions.InvalidDataException
getCloseCode
-
-
-
-
Constructor Detail
-
LimitExedeedException
public LimitExedeedException()
constructor for a LimitExedeedExceptioncalling InvalidDataException with closecode TOOBIG
-
LimitExedeedException
public LimitExedeedException(java.lang.String s)
constructor for a LimitExedeedExceptioncalling InvalidDataException with closecode TOOBIG
- Parameters:
s- the detail message.
-
-