public class LeopardRuntimeException extends RuntimeException implements ApiException
| Modifier and Type | Field and Description |
|---|---|
protected static long |
serialVersionUID |
| Constructor and Description |
|---|
LeopardRuntimeException(String message) |
LeopardRuntimeException(String message,
String apiMessage) |
LeopardRuntimeException(String msg,
Throwable cause) |
LeopardRuntimeException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiMessage() |
void |
setApiMessage(String apiMessage) |
void |
setMessage(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected static final long serialVersionUID
public LeopardRuntimeException(String message)
public LeopardRuntimeException(Throwable cause)
public void setMessage(String message)
public String getApiMessage()
getApiMessage in interface ApiExceptionpublic void setApiMessage(String apiMessage)
Copyright © 2014–2017. All rights reserved.