Uses of Class
org.jivesoftware.smack.packet.XMPPError.Type

Packages that use XMPPError.Type
org.jivesoftware.smack.packet XML packets that are part of the XMPP protocol. 
 

Uses of XMPPError.Type in org.jivesoftware.smack.packet
 

Methods in org.jivesoftware.smack.packet that return XMPPError.Type
 XMPPError.Type XMPPError.getType()
          Returns the error type.
static XMPPError.Type XMPPError.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XMPPError.Type[] XMPPError.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.jivesoftware.smack.packet with parameters of type XMPPError.Type
XMPPError(int code, XMPPError.Type type, java.lang.String condition, java.lang.String message, java.util.List<PacketExtension> extension)
          Creates a new error with the specified code, type, condition and message.