com.uc4.ara.rm
Class ErrorCode
java.lang.Object
com.uc4.ara.rm.ErrorCode
- All Implemented Interfaces:
- java.io.Serializable
public class ErrorCode
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
protected |
ErrorCode(java.lang.String value)
|
Method Summary |
boolean |
equals(java.lang.Object obj)
|
static ErrorCode |
fromString(java.lang.String value)
|
static ErrorCode |
fromValue(java.lang.String value)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
java.lang.String |
getValue()
|
int |
hashCode()
|
java.lang.Object |
readResolve()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
_InvalidOptions
public static final java.lang.String _InvalidOptions
- See Also:
- Constant Field Values
_InvalidInputFile
public static final java.lang.String _InvalidInputFile
- See Also:
- Constant Field Values
_AuthenticationError
public static final java.lang.String _AuthenticationError
- See Also:
- Constant Field Values
_AuthorizationError
public static final java.lang.String _AuthorizationError
- See Also:
- Constant Field Values
_SchemaValidationError
public static final java.lang.String _SchemaValidationError
- See Also:
- Constant Field Values
_BusinessRuleViolation
public static final java.lang.String _BusinessRuleViolation
- See Also:
- Constant Field Values
_MaintypeIsRequired
public static final java.lang.String _MaintypeIsRequired
- See Also:
- Constant Field Values
_NoMaintypeExpected
public static final java.lang.String _NoMaintypeExpected
- See Also:
- Constant Field Values
_InvalidDataFormat
public static final java.lang.String _InvalidDataFormat
- See Also:
- Constant Field Values
_MaintypeNotFound
public static final java.lang.String _MaintypeNotFound
- See Also:
- Constant Field Values
_CustomTypeNotFound
public static final java.lang.String _CustomTypeNotFound
- See Also:
- Constant Field Values
_TypeVersionNotFound
public static final java.lang.String _TypeVersionNotFound
- See Also:
- Constant Field Values
_WronglyFormattedDate
public static final java.lang.String _WronglyFormattedDate
- See Also:
- Constant Field Values
_InvalidFormatOption
public static final java.lang.String _InvalidFormatOption
- See Also:
- Constant Field Values
_InvalidCountOption
public static final java.lang.String _InvalidCountOption
- See Also:
- Constant Field Values
_PropertyRuleViolated
public static final java.lang.String _PropertyRuleViolated
- See Also:
- Constant Field Values
_DatatypeMismatch
public static final java.lang.String _DatatypeMismatch
- See Also:
- Constant Field Values
_ReferenceNotFound
public static final java.lang.String _ReferenceNotFound
- See Also:
- Constant Field Values
_PropertyDoesnotExists
public static final java.lang.String _PropertyDoesnotExists
- See Also:
- Constant Field Values
_ObjectIdentityAlreadyExists
public static final java.lang.String _ObjectIdentityAlreadyExists
- See Also:
- Constant Field Values
_MandatoryPropertiesMissing
public static final java.lang.String _MandatoryPropertiesMissing
- See Also:
- Constant Field Values
_InvalidIndentityProperty
public static final java.lang.String _InvalidIndentityProperty
- See Also:
- Constant Field Values
_SystemPropertyIsReadOnly
public static final java.lang.String _SystemPropertyIsReadOnly
- See Also:
- Constant Field Values
_DuplicateProperty
public static final java.lang.String _DuplicateProperty
- See Also:
- Constant Field Values
_WrongFormatPropertyName
public static final java.lang.String _WrongFormatPropertyName
- See Also:
- Constant Field Values
_NoPropertyForDeletion
public static final java.lang.String _NoPropertyForDeletion
- See Also:
- Constant Field Values
_PropertiesCannotBeUsedTogetherForDeletion
public static final java.lang.String _PropertiesCannotBeUsedTogetherForDeletion
- See Also:
- Constant Field Values
_OperatorDoesNotSupport
public static final java.lang.String _OperatorDoesNotSupport
- See Also:
- Constant Field Values
_ConditionIsInvalid
public static final java.lang.String _ConditionIsInvalid
- See Also:
- Constant Field Values
_ConditionOperatorIsInvalid
public static final java.lang.String _ConditionOperatorIsInvalid
- See Also:
- Constant Field Values
_ConditionPropertyDoesnotSupport
public static final java.lang.String _ConditionPropertyDoesnotSupport
- See Also:
- Constant Field Values
_FolderLogsIsNotWriteable
public static final java.lang.String _FolderLogsIsNotWriteable
- See Also:
- Constant Field Values
_NoCreationRightOnCustomType
public static final java.lang.String _NoCreationRightOnCustomType
- See Also:
- Constant Field Values
_NoWriteAccessOnObject
public static final java.lang.String _NoWriteAccessOnObject
- See Also:
- Constant Field Values
_NoReadAccessOnObject
public static final java.lang.String _NoReadAccessOnObject
- See Also:
- Constant Field Values
_UnexpectedError
public static final java.lang.String _UnexpectedError
- See Also:
- Constant Field Values
InvalidOptions
public static final ErrorCode InvalidOptions
InvalidInputFile
public static final ErrorCode InvalidInputFile
AuthenticationError
public static final ErrorCode AuthenticationError
AuthorizationError
public static final ErrorCode AuthorizationError
SchemaValidationError
public static final ErrorCode SchemaValidationError
BusinessRuleViolation
public static final ErrorCode BusinessRuleViolation
MaintypeIsRequired
public static final ErrorCode MaintypeIsRequired
NoMaintypeExpected
public static final ErrorCode NoMaintypeExpected
InvalidDataFormat
public static final ErrorCode InvalidDataFormat
MaintypeNotFound
public static final ErrorCode MaintypeNotFound
CustomTypeNotFound
public static final ErrorCode CustomTypeNotFound
TypeVersionNotFound
public static final ErrorCode TypeVersionNotFound
WronglyFormattedDate
public static final ErrorCode WronglyFormattedDate
InvalidFormatOption
public static final ErrorCode InvalidFormatOption
InvalidCountOption
public static final ErrorCode InvalidCountOption
PropertyRuleViolated
public static final ErrorCode PropertyRuleViolated
DatatypeMismatch
public static final ErrorCode DatatypeMismatch
ReferenceNotFound
public static final ErrorCode ReferenceNotFound
PropertyDoesnotExists
public static final ErrorCode PropertyDoesnotExists
ObjectIdentityAlreadyExists
public static final ErrorCode ObjectIdentityAlreadyExists
MandatoryPropertiesMissing
public static final ErrorCode MandatoryPropertiesMissing
InvalidIndentityProperty
public static final ErrorCode InvalidIndentityProperty
SystemPropertyIsReadOnly
public static final ErrorCode SystemPropertyIsReadOnly
DuplicateProperty
public static final ErrorCode DuplicateProperty
WrongFormatPropertyName
public static final ErrorCode WrongFormatPropertyName
NoPropertyForDeletion
public static final ErrorCode NoPropertyForDeletion
PropertiesCannotBeUsedTogetherForDeletion
public static final ErrorCode PropertiesCannotBeUsedTogetherForDeletion
OperatorDoesNotSupport
public static final ErrorCode OperatorDoesNotSupport
ConditionIsInvalid
public static final ErrorCode ConditionIsInvalid
ConditionOperatorIsInvalid
public static final ErrorCode ConditionOperatorIsInvalid
ConditionPropertyDoesnotSupport
public static final ErrorCode ConditionPropertyDoesnotSupport
FolderLogsIsNotWriteable
public static final ErrorCode FolderLogsIsNotWriteable
NoCreationRightOnCustomType
public static final ErrorCode NoCreationRightOnCustomType
NoWriteAccessOnObject
public static final ErrorCode NoWriteAccessOnObject
NoReadAccessOnObject
public static final ErrorCode NoReadAccessOnObject
UnexpectedError
public static final ErrorCode UnexpectedError
ErrorCode
protected ErrorCode(java.lang.String value)
getValue
public java.lang.String getValue()
fromValue
public static ErrorCode fromValue(java.lang.String value)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
fromString
public static ErrorCode fromString(java.lang.String value)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
readResolve
public java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
getSerializer
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
getDeserializer
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
getTypeDesc
public static org.apache.axis.description.TypeDesc getTypeDesc()
- Return type metadata object
Copyright © 2004-2013. All Rights Reserved.