public class RejectException extends Exception
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_CODE |
static String |
DEFAULT_MESSAGE |
| Constructor and Description |
|---|
RejectException() |
RejectException(int code,
String message) |
RejectException(String message) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
String |
getErrorResponse() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final int DEFAULT_CODE
public static final String DEFAULT_MESSAGE
public RejectException()
public RejectException(String message)
public RejectException(int code,
String message)
public int getCode()
public String getErrorResponse()
Copyright © 2006–2024. All rights reserved.