public class GatewayApiErrorBean extends Object implements Serializable
| Constructor and Description |
|---|
GatewayApiErrorBean()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorType() |
String |
getMessage() |
String |
getStacktrace() |
void |
setErrorType(String errorType) |
void |
setMessage(String message) |
void |
setStacktrace(String stacktrace) |
public String getErrorType()
public void setErrorType(String errorType)
errorType - the errorType to setpublic String getMessage()
public void setMessage(String message)
message - the message to setpublic String getStacktrace()
public void setStacktrace(String stacktrace)
stacktrace - the stacktrace to setCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.