Package | Description |
---|---|
com.evolveum.midpoint.xml.ns._public.common.fault_1 | |
com.evolveum.midpoint.xml.ns._public.common.fault_1_wsdl |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
FaultType |
FaultType.clone()
Creates and returns a deep copy of this object.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<FaultType> |
ObjectFactory.createFault(FaultType value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<FaultType> |
ObjectFactory.createFault(FaultType value)
|
Constructor and Description |
---|
FaultType(FaultType o)
Creates a new
FaultType instance by deeply copying a given FaultType instance. |
Modifier and Type | Method and Description |
---|---|
FaultType |
FaultMessage.getFaultInfo() |
Constructor and Description |
---|
FaultMessage(String message,
FaultType fault) |
FaultMessage(String message,
FaultType fault,
Throwable cause) |
Copyright © 2013 evolveum. All rights reserved.