public class BDRCAPIException extends Exception
| Constructor and Description |
|---|
BDRCAPIException() |
BDRCAPIException(int status,
int code,
Exception e) |
BDRCAPIException(int status,
int code,
String message) |
BDRCAPIException(int status,
int code,
String message,
String developerMessage,
String link) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
void |
setCode(int code) |
void |
setDeveloperMessage(String developerMessage) |
void |
setLink(String link) |
void |
setMessage(String message) |
void |
setStatus(int status) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BDRCAPIException()
public BDRCAPIException(int status,
int code,
String message,
String developerMessage,
String link)
public BDRCAPIException(int status,
int code,
String message)
public BDRCAPIException(int status,
int code,
Exception e)
Copyright © 2019. All rights reserved.