|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<EnumServiceException>
org.xcmis.messaging.EnumServiceException
public enum EnumServiceException
Java class for enumServiceException.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="enumServiceException">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="constraint"/>
<enumeration value="nameConstraintViolation"/>
<enumeration value="contentAlreadyExists"/>
<enumeration value="filterNotValid"/>
<enumeration value="invalidArgument"/>
<enumeration value="notSupported"/>
<enumeration value="objectNotFound"/>
<enumeration value="permissionDenied"/>
<enumeration value="runtime"/>
<enumeration value="storage"/>
<enumeration value="streamNotSupported"/>
<enumeration value="updateConflict"/>
<enumeration value="versioning"/>
</restriction>
</simpleType>
| Method Summary | |
|---|---|
static EnumServiceException |
fromValue(String v)
|
String |
value()
|
static EnumServiceException |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EnumServiceException[] |
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 EnumServiceException CONSTRAINT
public static final EnumServiceException NAME_CONSTRAINT_VIOLATION
public static final EnumServiceException CONTENT_ALREADY_EXISTS
public static final EnumServiceException FILTER_NOT_VALID
public static final EnumServiceException INVALID_ARGUMENT
public static final EnumServiceException NOT_SUPPORTED
public static final EnumServiceException OBJECT_NOT_FOUND
public static final EnumServiceException PERMISSION_DENIED
public static final EnumServiceException RUNTIME
public static final EnumServiceException STORAGE
public static final EnumServiceException STREAM_NOT_SUPPORTED
public static final EnumServiceException UPDATE_CONFLICT
public static final EnumServiceException VERSIONING
| Method Detail |
|---|
public static EnumServiceException[] values()
for (EnumServiceException c : EnumServiceException.values()) System.out.println(c);
public static EnumServiceException valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String value()
public static EnumServiceException fromValue(String v)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||