public class TooBigDataException extends Exception
| Constructor and Description |
|---|
TooBigDataException() |
TooBigDataException(int code) |
TooBigDataException(int code,
String message) |
TooBigDataException(int code,
String message,
Throwable cause) |
TooBigDataException(int code,
Throwable cause) |
TooBigDataException(String message) |
TooBigDataException(String message,
Throwable cause) |
TooBigDataException(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 TooBigDataException()
public TooBigDataException(String message)
public TooBigDataException(Throwable cause)
public TooBigDataException(int code)
public TooBigDataException(int code,
String message)
public TooBigDataException(int code,
Throwable cause)
Copyright © 2020 Baidu, Inc.. All rights reserved.