public abstract class SubscriptionException extends RuntimeException
Modifier | Constructor and Description |
---|---|
protected |
SubscriptionException(int httpResponseCode) |
protected |
SubscriptionException(String message,
int httpResponseCode) |
protected |
SubscriptionException(String message,
Throwable cause,
int httpResponseCode) |
Modifier and Type | Method and Description |
---|---|
int |
getResponseStatusCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected SubscriptionException(int httpResponseCode)
protected SubscriptionException(String message, int httpResponseCode)
Copyright © 2016. All Rights Reserved.