Class Exception


  • public class Exception
    extends SignalIdentificationInformation

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <extension base="{http://docs.oasis-open.org/ebxml-bp/ebbp-signals-2.0}SignalIdentificationInformation">
           <sequence>
             <element name="ExceptionType">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <choice>
                       <element name="ReceiptException">
                         <simpleType>
                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                             <enumeration value="Syntax"/>
                             <enumeration value="Authorization"/>
                             <enumeration value="Signature"/>
                             <enumeration value="Sequence"/>
                           </restriction>
                         </simpleType>
                       </element>
                       <element name="AcceptanceException">
                         <simpleType>
                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                             <enumeration value="Business"/>
                             <enumeration value="Performance"/>
                           </restriction>
                         </simpleType>
                       </element>
                       <element name="GeneralException">
                         <simpleType>
                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                           </restriction>
                         </simpleType>
                       </element>
                     </choice>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="Reason" type="{http://docs.oasis-open.org/ebxml-bp/ebbp-signals-2.0}non-empty-string"/>
             <element name="ExceptionMessage" type="{http://docs.oasis-open.org/ebxml-bp/ebbp-signals-2.0}non-empty-string" minOccurs="0"/>
             <any namespace='##other' minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>