Uses of Class
pe.gob.sunat.sigad.services.Exception

Packages that use Exception
pe.gob.sunat.sigad.services   
pe.gob.sunat.tecnologia.receptor.service   
 

Uses of Exception in pe.gob.sunat.sigad.services
 

Methods in pe.gob.sunat.sigad.services that return Exception
 Exception ObjectFactory.createException()
          Create an instance of Exception
 

Methods in pe.gob.sunat.sigad.services that return types with arguments of type Exception
 javax.xml.bind.JAXBElement<Exception> ObjectFactory.createException(Exception value)
          Create an instance of JAXBElement<Exception>}
 

Methods in pe.gob.sunat.sigad.services with parameters of type Exception
 javax.xml.bind.JAXBElement<Exception> ObjectFactory.createException(Exception value)
          Create an instance of JAXBElement<Exception>}
 

Uses of Exception in pe.gob.sunat.tecnologia.receptor.service
 

Methods in pe.gob.sunat.tecnologia.receptor.service that return Exception
 Exception Exception.getFaultInfo()
           
 

Constructors in pe.gob.sunat.tecnologia.receptor.service with parameters of type Exception
Exception(java.lang.String message, Exception faultInfo)
           
Exception(java.lang.String message, Exception faultInfo, java.lang.Throwable cause)