org.java_websocket.exceptions
Class InvalidDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.java_websocket.exceptions.InvalidDataException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- InvalidFrameException, InvalidHandshakeException, LimitExedeedException
public class InvalidDataException
- extends Exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidDataException
public InvalidDataException(int closecode)
InvalidDataException
public InvalidDataException(int closecode,
String s)
InvalidDataException
public InvalidDataException(int closecode,
Throwable t)
InvalidDataException
public InvalidDataException(int closecode,
String s,
Throwable t)
getCloseCode
public int getCloseCode()
Copyright © 2013 Pusher. All Rights Reserved.