Uses of Class
org.jivesoftware.smackx.jingleold.packet.JingleError
Packages that use JingleError
Package
Description
TODO describe me.
TODO describe me.
- 
Uses of JingleError in org.jivesoftware.smackx.jingleold
Methods in org.jivesoftware.smackx.jingleold that return JingleErrorMethods in org.jivesoftware.smackx.jingleold with parameters of type JingleErrorModifier and TypeMethodDescriptionJingleSession.createJingleError(IQ iq, JingleError jingleError) Complete and send an error.Constructors in org.jivesoftware.smackx.jingleold with parameters of type JingleErrorModifierConstructorDescriptionJingleException(JingleError error) Constructor with an error response. - 
Uses of JingleError in org.jivesoftware.smackx.jingleold.packet
Fields in org.jivesoftware.smackx.jingleold.packet declared as JingleErrorModifier and TypeFieldDescriptionstatic final JingleErrorJingleError.MALFORMED_STANZAstatic final JingleErrorJingleError.NEGOTIATION_ERRORstatic final JingleErrorJingleError.NO_COMMON_PAYLOADstatic final JingleErrorJingleError.OUT_OF_ORDERstatic final JingleErrorJingleError.UNKNOWN_SESSIONstatic final JingleErrorJingleError.UNSUPPORTED_CONTENTstatic final JingleErrorJingleError.UNSUPPORTED_TRANSPORTSMethods in org.jivesoftware.smackx.jingleold.packet that return JingleErrorModifier and TypeMethodDescriptionstatic JingleErrorJingleError.fromString(String value) Returns a Action instance associated with the String value.