Class Exception.ExceptionType

  • Enclosing class:
    Exception

    public static class Exception.ExceptionType
    extends Object

    Java class for anonymous complex type.

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

     <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>