Class IllegalArgumentFaultType

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

    public class IllegalArgumentFaultType
    extends FaultType
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Argument provided to the operation is illegal. E.g. mandatory argument is null or empty, the argument does not conform to the required format, etc.

    Java class for IllegalArgumentFaultType complex type.

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

     <complexType name="IllegalArgumentFaultType">
       <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

      • IllegalArgumentFaultType

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

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