public class BoxException extends RuntimeException
Constructor and Description |
---|
BoxException(Integer responseCode,
String message) |
BoxException(Integer responseCode,
String message,
String response,
Throwable cause) |
BoxException(Integer responseCode,
String response,
Throwable cause) |
BoxException(Integer responseCode,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getResponse() |
Integer |
getResponseCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2010–2019. All rights reserved.