epcglobal.ale.soap
Class InvalidURIException

java.lang.Object
  extended by epcglobal.ale.soap.ALEException
      extended by epcglobal.ale.soap.InvalidURIException
All Implemented Interfaces:
java.io.Serializable

public class InvalidURIException
extends ALEException
implements java.io.Serializable

Java class for InvalidURIException complex type.

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

 <complexType name="InvalidURIException">
   <complexContent>
     <extension base="{urn:epcglobal:ale:wsdl:1}ALEException">
       <sequence>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
 
Fields inherited from class epcglobal.ale.soap.ALEException
reason
 
Constructor Summary
InvalidURIException()
           
 
Method Summary
 
Methods inherited from class epcglobal.ale.soap.ALEException
getReason, isSetReason, setReason
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvalidURIException

public InvalidURIException()