epcglobal.ale.soap
Class ECSpecValidationException

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

public class ECSpecValidationException
extends ALEException
implements java.io.Serializable

Java class for ECSpecValidationException complex type.

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

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

ECSpecValidationException

public ECSpecValidationException()