OW2 Consortium aspire

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
975 nkef 1
 
2
3
 
4
import javax.xml.bind.annotation.XmlAccessorType;
5
import javax.xml.bind.annotation.XmlType;
6
7
 
8
 
9
 * <p>Java class for InvalidURIException complex type.
10
 *
11
 * <p>The following schema fragment specifies the expected content contained within this class.
12
 *
13
 * <pre>
14
 * &lt;complexType name="InvalidURIException">
15
 *   &lt;complexContent>
16
 *     &lt;extension base="{urn:epcglobal:ale:wsdl:1}ALEException">
17
 *     &lt;/extension>
18
 *   &lt;/complexContent>
19
 * &lt;/complexType>
20
 * </pre>
21
 *
22
 *
23
 */
24
@XmlAccessorType(XmlAccessType.FIELD)
25
@XmlType(name = "InvalidURIException")
26
public class InvalidURIException
27
    extends ALEException
28
{
29
30
 
31
 
32