public class GdcRestApiException extends GdcException
| Constructor and Description |
|---|
GdcRestApiException(String msg)
Constructs an instance of
GdcRestApiExecption with the specified detail message. |
GdcRestApiException(String msg,
Throwable cause) |
GdcRestApiException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocalizedMessage() |
String |
getMessage() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic GdcRestApiException(String msg)
GdcRestApiExecption with the specified detail message.msg - the detail message.public GdcRestApiException(Throwable cause)
public String getLocalizedMessage()
getLocalizedMessage in class Throwablepublic String getMessage()
getMessage in class ThrowableCopyright © 2014. All rights reserved.