public class FigoException extends Exception
| Modifier and Type | Class and Description |
|---|---|
static class |
FigoException.ErrorObject |
static class |
FigoException.ErrorResponse |
| Constructor and Description |
|---|
FigoException(FigoException.ErrorResponse response) |
FigoException(String error_message,
String error_description) |
FigoException(String error_message,
String error_description,
Throwable exc) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorDescription() |
String |
getErrorMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FigoException(FigoException.ErrorResponse response)
Copyright © 2018 figo GmbH. All rights reserved.