public class CuubezException extends Exception implements CuubezExceptionConstance
RESOURCE_NOT_FOUND| Constructor and Description |
|---|
CuubezException(String message) |
CuubezException(String message,
int code) |
CuubezException(String description,
Throwable throwable) |
CuubezException(Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
Throwable |
getNestedThrowable() |
int |
getResponseCode() |
void |
setMessage(String message) |
void |
setNestedThrowable(Throwable nestedThrowable) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CuubezException(String message)
public CuubezException(String message, int code)
public CuubezException(Throwable throwable)
public String getMessage()
getMessage in class Throwablepublic void setMessage(String message)
public Throwable getNestedThrowable()
public void setNestedThrowable(Throwable nestedThrowable)
public int getResponseCode()
Copyright © 2014. All rights reserved.