|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FaultType | |
---|---|
com.evolveum.midpoint.xml.ns._public.common.fault_1 | |
com.evolveum.midpoint.xml.ns._public.model.model_1 |
Uses of FaultType in com.evolveum.midpoint.xml.ns._public.common.fault_1 |
---|
Subclasses of FaultType in com.evolveum.midpoint.xml.ns._public.common.fault_1 | |
---|---|
class |
IllegalArgumentFaultType
Argument provided to the operation is illegal. |
class |
InapplicableOperationFaultType
Operation cannot be applied to the object. |
class |
ObjectAccessFaultType
TODO |
class |
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 |
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_1 that return types with arguments of type FaultType | |
---|---|
javax.xml.bind.JAXBElement<FaultType> |
ObjectFactory.createFault(FaultType value)
Create an instance of JAXBElement < FaultType > } |
Methods in com.evolveum.midpoint.xml.ns._public.common.fault_1 with parameters of type FaultType | |
---|---|
javax.xml.bind.JAXBElement<FaultType> |
ObjectFactory.createFault(FaultType value)
Create an instance of JAXBElement < FaultType > } |
Uses of FaultType in com.evolveum.midpoint.xml.ns._public.model.model_1 |
---|
Methods in com.evolveum.midpoint.xml.ns._public.model.model_1 that return FaultType | |
---|---|
FaultType |
FaultMessage.getFaultInfo()
|
Constructors in com.evolveum.midpoint.xml.ns._public.model.model_1 with parameters of type FaultType | |
---|---|
FaultMessage(java.lang.String message,
FaultType faultInfo)
|
|
FaultMessage(java.lang.String message,
FaultType faultInfo,
java.lang.Throwable cause)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |