Uses of Class
org.androidpn.server.xmpp.UnauthorizedException

Packages that use UnauthorizedException
org.androidpn.server.xmpp.handler Handler classes for the routed IQs, messages, and presences. 
 

Uses of UnauthorizedException in org.androidpn.server.xmpp.handler
 

Methods in org.androidpn.server.xmpp.handler that throw UnauthorizedException
 org.xmpp.packet.IQ IQRosterHandler.handleIQ(org.xmpp.packet.IQ packet)
          Handles the received IQ packet.
 org.xmpp.packet.IQ IQRegisterHandler.handleIQ(org.xmpp.packet.IQ packet)
          Handles the received IQ packet.
abstract  org.xmpp.packet.IQ IQHandler.handleIQ(org.xmpp.packet.IQ packet)
          Handles the received IQ packet.
 org.xmpp.packet.IQ IQAuthHandler.handleIQ(org.xmpp.packet.IQ packet)
          Handles the received IQ packet.