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 class
CommunicationFaultType
Generic communication error.class
ConcurrencyFaultType
Exceptional concurrency state or operation invocation.class
ConfigurationFaultType
Configuration exception indicates that something is mis-configured.class
IllegalArgumentFaultType
Argument provided to the operation is illegal.class
InapplicableOperationFaultType
Operation cannot be applied to the object.class
ObjectAccessFaultType
TODOclass
ObjectAlreadyExistsFaultType
Object with specified criteria (OID) already exists in the repository.class
ObjectNotFoundFaultType
Object with specified criteria (OID) has not been found in the repository.class
PolicyViolationFaultType
Provided object does not conform to the policies (such as password policy).class
ReferentialIntegrityFaultType
Operation on an object would cause inconsistencies in referential integrity.class
SchemaViolationFaultType
Provided object does not conform to the internal schema.class
SystemFaultType
All system (non-business) error condition should be derived from this type.class
UnsupportedObjectTypeFaultType
Object type passed to the operation is not supported by the implementation.class
UnsupportedOperationFaultType
The invoked operation is not supported.Methods in com.evolveum.midpoint.xml.ns._public.common.fault_3 that return FaultType Modifier and Type Method Description FaultType
FaultType. clone()
Creates and returns a deep copy of this object.FaultType
FaultMessage. getFaultInfo()
FaultType
FaultType. message(String value)
FaultType
FaultType. 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 newFaultType
instance by deeply copying a givenFaultType
instance.
-