java.io.SerializableInvalidFrameException, InvalidHandshakeException, LimitExedeedExceptionpublic class InvalidDataException
extends java.lang.Exception
| Constructor | Description |
|---|---|
InvalidDataException(int closecode) |
constructor for a InvalidDataException
|
InvalidDataException(int closecode,
java.lang.String s) |
constructor for a InvalidDataException.
|
InvalidDataException(int closecode,
java.lang.String s,
java.lang.Throwable t) |
constructor for a InvalidDataException.
|
InvalidDataException(int closecode,
java.lang.Throwable t) |
constructor for a InvalidDataException.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
getCloseCode() |
Getter closecode
|
public InvalidDataException(int closecode)
closecode - the closecode which will be returnedpublic InvalidDataException(int closecode,
java.lang.String s)
closecode - the closecode which will be returned.s - the detail message.public InvalidDataException(int closecode,
java.lang.Throwable t)
closecode - the closecode which will be returned.t - the throwable causing this exception.public InvalidDataException(int closecode,
java.lang.String s,
java.lang.Throwable t)
closecode - the closecode which will be returned.s - the detail message.t - the throwable causing this exception.