public class InvalidDataException
extends java.lang.Exception
| 构造器和说明 |
|---|
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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.