epcglobal.ale.soap
Class NoSuchNameException

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

public class NoSuchNameException
extends ALEException
implements java.io.Serializable

Java class for NoSuchNameException complex type.

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

 <complexType name="NoSuchNameException">
   <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
NoSuchNameException()
           
 
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

NoSuchNameException

public NoSuchNameException()