java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.fault_3.FaultType
All Implemented Interfaces:
PlainStructured, JaxbVisitable, Serializable, Cloneable
Direct Known Subclasses:
CommunicationFaultType, ConfigurationFaultType, IllegalArgumentFaultType, ObjectAccessFaultType, SystemFaultType, UnsupportedOperationFaultType

public class FaultType extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
See Also:
  • Field Details

    • message

      protected String message
    • operationResult

      protected OperationResultType operationResult
    • COMPLEX_TYPE

      public static final QName COMPLEX_TYPE
    • F_MESSAGE

      public static final ItemName F_MESSAGE
    • F_OPERATION_RESULT

      public static final ItemName F_OPERATION_RESULT
  • Constructor Details

    • FaultType

      public FaultType()
    • FaultType

      public FaultType(FaultType other)
  • Method Details