public class TwitterAPIException extends Throwable
| Constructor and Description |
|---|
TwitterAPIException(String message) |
TwitterAPIException(String message,
javax.ws.rs.core.Response.Status status) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
javax.ws.rs.core.Response.Status |
getStatus() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TwitterAPIException(String message, javax.ws.rs.core.Response.Status status)
public TwitterAPIException(String message)
public javax.ws.rs.core.Response.Status getStatus()
public String getMessage()
getMessage in class ThrowableCopyright © 2018. All rights reserved.