public class InvalidDataException extends Exception
| 构造器和说明 |
|---|
InvalidDataException(int closecode)
constructor for a InvalidDataException
|
InvalidDataException(int closecode,
String s)
constructor for a InvalidDataException.
|
InvalidDataException(int closecode,
String s,
Throwable t)
constructor for a InvalidDataException.
|
InvalidDataException(int closecode,
Throwable t)
constructor for a InvalidDataException.
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCloseCode()
Getter closecode
|
public InvalidDataException(int closecode)
closecode - the closecode which will be returnedpublic InvalidDataException(int closecode,
String s)
closecode - the closecode which will be returned.s - the detail message.public InvalidDataException(int closecode,
Throwable t)
closecode - the closecode which will be returned.t - the throwable causing this exception.Copyright © 2025. All rights reserved.