epcglobal.ale.soap
Class SecurityException

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

public class SecurityException
extends ALEException
implements java.io.Serializable

Java class for SecurityException complex type.

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

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

SecurityException

public SecurityException()