|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<TopologyCacheException.Type>
org.opends.admin.ads.TopologyCacheException.Type
public static enum TopologyCacheException.Type
Error type.
Enum Constant Summary | |
---|---|
BUG
Unexpected error. |
|
GENERIC_CREATING_CONNECTION
Creating connection to a particular server. |
|
GENERIC_READING_ADS
Error reading the ADS. |
|
GENERIC_READING_SERVER
Error reading the configuration of a particular server. |
|
NO_PERMISSIONS
Not enough permissions to read the server configuration. |
|
NOT_GLOBAL_ADMINISTRATOR
The DN provided in the DirContext of ADS is not of a global administrator. |
|
TIMEOUT
Timeout reading the configuration of a particular server. |
Method Summary | |
---|---|
static TopologyCacheException.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TopologyCacheException.Type[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final TopologyCacheException.Type GENERIC_READING_ADS
public static final TopologyCacheException.Type GENERIC_CREATING_CONNECTION
public static final TopologyCacheException.Type GENERIC_READING_SERVER
public static final TopologyCacheException.Type NOT_GLOBAL_ADMINISTRATOR
public static final TopologyCacheException.Type NO_PERMISSIONS
public static final TopologyCacheException.Type TIMEOUT
public static final TopologyCacheException.Type BUG
Method Detail |
---|
public static TopologyCacheException.Type[] values()
for (TopologyCacheException.Type c : TopologyCacheException.Type.values()) System.out.println(c);
public static TopologyCacheException.Type valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |