public class ResourceErrorBean extends Object
| Constructor and Description |
|---|
ResourceErrorBean(int errorCode,
ResourceErrorType errorType,
Object errorData,
String errorMessage) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode() |
Object |
getErrorData() |
String |
getErrorMessage() |
ResourceErrorType |
getErrorType() |
public int getErrorCode()
public ResourceErrorType getErrorType()
public Object getErrorData()
public String getErrorMessage()
Copyright © 2017 Atlassian. All rights reserved.