OW2 Consortium aspire

Rev

Blame | Last modification | View Log | RSS feed


package org.ow2.aspirerfid.commons.ale.wsdl.ale;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;


/**
 * <p>Java class for NoSuchNameException complex type.
 * 
 * <p>The following schema fragment specifies the expected content contained within this class.
 * 
 * <pre>
 * &lt;complexType name="NoSuchNameException">
 *   &lt;complexContent>
 *     &lt;extension base="{urn:epcglobal:ale:wsdl:1}ALEException">
 *     &lt;/extension>
 *   &lt;/complexContent>
 * &lt;/complexType>
 * </pre>
 * 
 * 
 */
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "NoSuchNameException")
public class NoSuchNameException
    extends ALEException
{


}