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, setStackTrace
public GdcRestApiException(String msg)
GdcRestApiExecption
with the specified detail message.msg
- the detail message.public GdcRestApiException(Throwable cause)
public String getLocalizedMessage()
getLocalizedMessage
in class Throwable
public String getMessage()
getMessage
in class Throwable
Copyright © 2014. All rights reserved.