epcglobal.ale.soap
Class NoSuchSubscriberException

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

public class NoSuchSubscriberException
extends ALEException
implements java.io.Serializable

Java class for NoSuchSubscriberException complex type.

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

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

NoSuchSubscriberException

public NoSuchSubscriberException()