Uses of Class
org.xmpp.packet.StreamError

Packages that use StreamError
org.xmpp.component   
 

Uses of StreamError in org.xmpp.component
 

Methods in org.xmpp.component that return StreamError
 StreamError ComponentException.getStreamError()
           
 

Constructors in org.xmpp.component with parameters of type StreamError
ComponentException(StreamError streamError)
           
ComponentException(java.lang.String message, StreamError streamError)