Class UnsupportedOperationFaultType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    public class UnsupportedOperationFaultType
    extends FaultType
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    The invoked operation is not supported. E.g. attempt to invoke non-implemented optional operation or attempt to use resource capability that is not supported.

    Java class for UnsupportedOperationFaultType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="UnsupportedOperationFaultType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/fault-3}FaultType">
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • COMPLEX_TYPE

        public static final QName COMPLEX_TYPE
    • Constructor Detail

      • UnsupportedOperationFaultType

        public UnsupportedOperationFaultType()
        Creates a new UnsupportedOperationFaultType instance.
      • UnsupportedOperationFaultType

        public UnsupportedOperationFaultType​(UnsupportedOperationFaultType o)
        Creates a new UnsupportedOperationFaultType instance by deeply copying a given UnsupportedOperationFaultType instance.
        Parameters:
        o - The instance to copy.
        Throws:
        NullPointerException - if o is null.