Class ConfigurationFaultType

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

    public class ConfigurationFaultType
    extends FaultType
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Configuration exception indicates that something is mis-configured. The system or its part is misconfigured and therefore the intended operation cannot be executed.

    Java class for ConfigurationFaultType complex type.

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

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

      • ConfigurationFaultType

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

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