public class NotEnoughDataException extends Exception
| Constructor and Description |
|---|
NotEnoughDataException() |
NotEnoughDataException(int code) |
NotEnoughDataException(int code,
String message) |
NotEnoughDataException(int code,
String message,
Throwable cause) |
NotEnoughDataException(int code,
Throwable cause) |
NotEnoughDataException(String message) |
NotEnoughDataException(String message,
Throwable cause) |
NotEnoughDataException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
void |
setCode(int code) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotEnoughDataException()
public NotEnoughDataException(String message)
public NotEnoughDataException(Throwable cause)
public NotEnoughDataException(int code)
public NotEnoughDataException(int code,
String message)
public NotEnoughDataException(int code,
Throwable cause)
Copyright © 2020 Baidu, Inc.. All rights reserved.