public class BoxRestException extends BoxSDKException
| Constructor and Description |
|---|
BoxRestException(java.lang.Exception e)
BoxRestException.
|
BoxRestException(java.lang.Exception exception,
java.lang.String message)
BoxRestException.
|
BoxRestException(java.lang.String message)
BoxRestException.
|
BoxRestException(java.lang.String message,
java.lang.String errorCode)
BoxRestException.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getErrorCode()
Get the customized exception error code.
|
java.lang.String |
getMessage() |
getStatusCodepublic BoxRestException(java.lang.String message)
message - Message of the exception.public BoxRestException(java.lang.Exception exception,
java.lang.String message)
exception - raw exception.message - customized exception message.public BoxRestException(java.lang.String message,
java.lang.String errorCode)
message - customized exception message.errorCode - customized exception error code.public BoxRestException(java.lang.Exception e)
e - raw exception.