Uses of Class
com.evolveum.midpoint.xml.ns._public.common.fault_3.FaultType
-
Packages that use FaultType Package Description com.evolveum.midpoint.xml.ns._public.common.fault_3 -
-
Uses of FaultType in com.evolveum.midpoint.xml.ns._public.common.fault_3
Subclasses of FaultType in com.evolveum.midpoint.xml.ns._public.common.fault_3 Modifier and Type Class Description classCommunicationFaultTypeGeneric communication error.classConcurrencyFaultTypeExceptional concurrency state or operation invocation.classConfigurationFaultTypeConfiguration exception indicates that something is mis-configured.classIllegalArgumentFaultTypeArgument provided to the operation is illegal.classInapplicableOperationFaultTypeOperation cannot be applied to the object.classObjectAccessFaultTypeTODOclassObjectAlreadyExistsFaultTypeObject with specified criteria (OID) already exists in the repository.classObjectNotFoundFaultTypeObject with specified criteria (OID) has not been found in the repository.classPolicyViolationFaultTypeProvided object does not conform to the policies (such as password policy).classReferentialIntegrityFaultTypeOperation on an object would cause inconsistencies in referential integrity.classSchemaViolationFaultTypeProvided object does not conform to the internal schema.classSystemFaultTypeAll system (non-business) error condition should be derived from this type.classUnsupportedObjectTypeFaultTypeObject type passed to the operation is not supported by the implementation.classUnsupportedOperationFaultTypeThe invoked operation is not supported.Methods in com.evolveum.midpoint.xml.ns._public.common.fault_3 that return FaultType Modifier and Type Method Description FaultTypeFaultType. clone()Creates and returns a deep copy of this object.FaultTypeFaultMessage. getFaultInfo()FaultTypeFaultType. message(String value)FaultTypeFaultType. operationResult(OperationResultType value)Methods in com.evolveum.midpoint.xml.ns._public.common.fault_3 that return types with arguments of type FaultType Modifier and Type Method Description javax.xml.bind.JAXBElement<FaultType>ObjectFactory. createFault(FaultType value)Methods in com.evolveum.midpoint.xml.ns._public.common.fault_3 with parameters of type FaultType Modifier and Type Method Description javax.xml.bind.JAXBElement<FaultType>ObjectFactory. createFault(FaultType value)Constructors in com.evolveum.midpoint.xml.ns._public.common.fault_3 with parameters of type FaultType Constructor Description FaultMessage(String message, FaultType fault)FaultMessage(String message, FaultType fault, Throwable cause)FaultType(FaultType o)Creates a newFaultTypeinstance by deeply copying a givenFaultTypeinstance.
-