public abstract class PlatformException extends Exception
| Constructor and Description |
|---|
PlatformException(String errorMessage) |
PlatformException(String errorMessage,
String errorCode) |
PlatformException(String errorMessage,
String statusCode,
String intuit_tid,
Response response) |
PlatformException(String errorMessage,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorCode() |
String |
getErrorMessage() |
String |
getIntuit_tid() |
Response |
getResponse() |
String |
getResponseContent() |
String |
getStatusCode() |
void |
setIntuit_tid(String intuit_tid) |
void |
setResponse(Response response) |
void |
setResponseContent(String responseContent) |
void |
setStatusCode(String statusCode) |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic PlatformException(String errorMessage)
public String getErrorMessage()
public String getErrorCode()
public String getStatusCode()
public void setStatusCode(String statusCode)
public String getIntuit_tid()
public void setIntuit_tid(String intuit_tid)
public String getResponseContent()
public void setResponseContent(String responseContent)
public Response getResponse()
public void setResponse(Response response)
Copyright © 2025. All Rights Reserved.