Uses of Class
com.uc4.ara.rm.ErrorCode

Packages that use ErrorCode
com.uc4.ara.rm   
 

Uses of ErrorCode in com.uc4.ara.rm
 

Fields in com.uc4.ara.rm declared as ErrorCode
static ErrorCode ErrorCode.AuthenticationError
           
static ErrorCode ErrorCode.AuthorizationError
           
static ErrorCode ErrorCode.BusinessRuleViolation
           
static ErrorCode ErrorCode.ConditionIsInvalid
           
static ErrorCode ErrorCode.ConditionOperatorIsInvalid
           
static ErrorCode ErrorCode.ConditionPropertyDoesnotSupport
           
static ErrorCode ErrorCode.CustomTypeNotFound
           
static ErrorCode ErrorCode.DatatypeMismatch
           
static ErrorCode ErrorCode.DuplicateProperty
           
static ErrorCode ErrorCode.FolderLogsIsNotWriteable
           
static ErrorCode ErrorCode.InvalidCountOption
           
static ErrorCode ErrorCode.InvalidDataFormat
           
static ErrorCode ErrorCode.InvalidFormatOption
           
static ErrorCode ErrorCode.InvalidIndentityProperty
           
static ErrorCode ErrorCode.InvalidInputFile
           
static ErrorCode ErrorCode.InvalidOptions
           
static ErrorCode ErrorCode.MaintypeIsRequired
           
static ErrorCode ErrorCode.MaintypeNotFound
           
static ErrorCode ErrorCode.MandatoryPropertiesMissing
           
static ErrorCode ErrorCode.NoCreationRightOnCustomType
           
static ErrorCode ErrorCode.NoMaintypeExpected
           
static ErrorCode ErrorCode.NoPropertyForDeletion
           
static ErrorCode ErrorCode.NoReadAccessOnObject
           
static ErrorCode ErrorCode.NoWriteAccessOnObject
           
static ErrorCode ErrorCode.ObjectIdentityAlreadyExists
           
static ErrorCode ErrorCode.OperatorDoesNotSupport
           
static ErrorCode ErrorCode.PropertiesCannotBeUsedTogetherForDeletion
           
static ErrorCode ErrorCode.PropertyDoesnotExists
           
static ErrorCode ErrorCode.PropertyRuleViolated
           
static ErrorCode ErrorCode.ReferenceNotFound
           
static ErrorCode ErrorCode.SchemaValidationError
           
static ErrorCode ErrorCode.SystemPropertyIsReadOnly
           
static ErrorCode ErrorCode.TypeVersionNotFound
           
static ErrorCode ErrorCode.UnexpectedError
           
static ErrorCode ErrorCode.WrongFormatPropertyName
           
static ErrorCode ErrorCode.WronglyFormattedDate
           
 

Methods in com.uc4.ara.rm that return ErrorCode
static ErrorCode ErrorCode.fromString(java.lang.String value)
           
static ErrorCode ErrorCode.fromValue(java.lang.String value)
           
 ErrorCode Error.getErrorCode()
          Gets the errorCode value for this Error.
 

Methods in com.uc4.ara.rm with parameters of type ErrorCode
 void Error.setErrorCode(ErrorCode errorCode)
          Sets the errorCode value for this Error.
 

Constructors in com.uc4.ara.rm with parameters of type ErrorCode
Error(ErrorCode errorCode, java.lang.String errorTitle, java.lang.String errorDetail)
           
 



Copyright © 2004-2013. All Rights Reserved.