Class Exception

java.lang.Object

public class Exception extends Message
A type defining the basic content for a message sent to inform another system that some exception has been detected.

Java class for Exception complex type.

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

 <complexType name="Exception">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Message">
       <sequence>
         <element name="header" type="{http://www.fpml.org/FpML-5/confirmation}ExceptionMessageHeader"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}Validation.model"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CorrelationAndOptionalSequence.model" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}Exception.model"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>