public class GoodDataLogoutException extends Exception
| Constructor and Description |
|---|
GoodDataLogoutException(String message,
int statusCode) |
GoodDataLogoutException(String message,
int statusCode,
String statusText) |
GoodDataLogoutException(String message,
Throwable cause,
int statusCode) |
GoodDataLogoutException(String message,
Throwable cause,
int statusCode,
String statusText) |
| Modifier and Type | Method and Description |
|---|---|
int |
getStatusCode() |
String |
getStatusText() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GoodDataLogoutException(String message, int statusCode)
public GoodDataLogoutException(String message, int statusCode, String statusText)
public GoodDataLogoutException(String message, Throwable cause, int statusCode)
public int getStatusCode()
public String getStatusText()
Copyright © 2020. All rights reserved.