public class ResourceStatus extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
FAILURE |
static int |
SUCCESS |
static int |
WARNING |
| Constructor and Description |
|---|
ResourceStatus(int status,
String message) |
ResourceStatus(int status,
String message,
boolean alreadyExists) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getException() |
String |
getMessage() |
int |
getStatus() |
boolean |
isAlreadyExists() |
void |
setException(Throwable t) |
public static final int SUCCESS
public static final int FAILURE
public static final int WARNING
Copyright © 2019. All rights reserved.