| Package | Description |
|---|---|
| com.h3c.dist.groups |
| Modifier and Type | Method and Description |
|---|---|
GroupsException.Code |
GroupsException.code()
Read the error code for this exception
|
static GroupsException.Code |
GroupsException.Code.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupsException.Code[] |
GroupsException.Code.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static GroupsException |
GroupsException.create(GroupsException.Code code)
All Groups services exceptions should be constructed via
this factory method.
|
static GroupsException |
GroupsException.create(GroupsException.Code code,
String group,
String instance)
All Groups services exceptions should be constructed via
this factory method.
|
| Constructor and Description |
|---|
GroupsException(GroupsException.Code code) |
Copyright © 2014. All Rights Reserved.