Class CommunicationFaultType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.fault_3.FaultType
-
- com.evolveum.midpoint.xml.ns._public.common.fault_3.CommunicationFaultType
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class CommunicationFaultType extends FaultType
Generic communication error. May happen in case of various network communication errors, including (but not limited to) connection refused and timeouts.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPE-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.fault_3.FaultType
F_MESSAGE, F_OPERATION_RESULT, message, operationResult
-
-
Constructor Summary
Constructors Constructor Description CommunicationFaultType()CommunicationFaultType(CommunicationFaultType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)OperationResultTypebeginOperationResult()CommunicationFaultTypeclone()booleanequals(Object other, StructuredEqualsStrategy strategy)inthashCode(StructuredHashCodeStrategy strategy)CommunicationFaultTypemessage(String value)CommunicationFaultTypeoperationResult(OperationResultType value)-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.fault_3.FaultType
getMessage, getOperationResult, setMessage, setOperationResult
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
-
Constructor Detail
-
CommunicationFaultType
public CommunicationFaultType()
-
CommunicationFaultType
public CommunicationFaultType(CommunicationFaultType other)
-
-
Method Detail
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classFaultType
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classFaultType
-
message
public CommunicationFaultType message(String value)
-
operationResult
public CommunicationFaultType operationResult(OperationResultType value)
- Overrides:
operationResultin classFaultType
-
beginOperationResult
public OperationResultType beginOperationResult()
- Overrides:
beginOperationResultin classFaultType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classFaultType
-
clone
public CommunicationFaultType clone()
- Specified by:
clonein interfacePlainStructured- Overrides:
clonein classFaultType
-
-