public class GeneralException extends MessageBirdException
| Constructor and Description |
|---|
GeneralException(List<ErrorReport> errors) |
GeneralException(String s) |
GeneralException(String s,
Integer responseCode) |
GeneralException(String s,
int responseCode,
List<ErrorReport> errorReport) |
GeneralException(String s,
List<ErrorReport> errors) |
GeneralException(String s,
Throwable throwable,
List<ErrorReport> errors) |
GeneralException(Throwable throwable) |
GeneralException(Throwable throwable,
List<ErrorReport> errors) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getResponseCode() |
getErrorsaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GeneralException(List<ErrorReport> errors)
public GeneralException(String s, List<ErrorReport> errors)
public GeneralException(String s)
public GeneralException(String s, Throwable throwable, List<ErrorReport> errors)
public GeneralException(Throwable throwable, List<ErrorReport> errors)
public GeneralException(Throwable throwable)
public GeneralException(String s, int responseCode, List<ErrorReport> errorReport)
public Integer getResponseCode()
Copyright © 2024. All rights reserved.