@Portable public class ErrorBean extends Object
| Constructor and Description |
|---|
ErrorBean()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode() |
String |
getMessage() |
String |
getMoreInfoUrl() |
String |
getStacktrace() |
String |
getType() |
void |
setErrorCode(int errorCode) |
void |
setMessage(String message) |
void |
setMoreInfoUrl(String moreInfoUrl) |
void |
setStacktrace(String stacktrace) |
void |
setType(String type) |
public String getType()
public void setType(String type)
type - the type to setpublic int getErrorCode()
public void setErrorCode(int errorCode)
errorCode - the errorCode to setpublic String getMoreInfoUrl()
public void setMoreInfoUrl(String moreInfoUrl)
moreInfo - the moreInfo 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.