public enum SubjectError extends java.lang.Enum<SubjectError>
Modifier and Type | Class and Description |
---|---|
static class |
SubjectError.Flags |
Enum Constant and Description |
---|
DeleteObject
The subject should be deleted.
|
NotFound
The requested subject could not be found.
|
ReadDeny
The requested subject cannot be read from.
|
Unavailable
The subject is not available.
|
WriteDeny
The requsested subject cannot be written to.
|
Modifier and Type | Method and Description |
---|---|
static SubjectError |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SubjectError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubjectError NotFound
public static final SubjectError ReadDeny
public static final SubjectError WriteDeny
public static final SubjectError DeleteObject
public static final SubjectError Unavailable
public static SubjectError[] values()
for (SubjectError c : SubjectError.values()) System.out.println(c);
public static SubjectError 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 namejava.lang.NullPointerException
- if the argument is nullPlease send bug reports and comments to Caplin support