com.google.appengine.api.xmpp
Class ErrorBuilder
- java.lang.Object
-
- com.google.appengine.api.xmpp.ErrorBuilder
-
Deprecated.This API has been deprecated.
@Deprecated public class ErrorBuilder extends java.lang.Object
Builder used to generateError
instances to represent incoming XMPP errors.
-
-
Constructor Summary
Constructors Constructor and Description ErrorBuilder()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method and Description Error
build()
Deprecated.ErrorBuilder
withFromJid(JID fromJid)
Deprecated.ErrorBuilder
withStanza(java.lang.String stanza)
Deprecated.
-
-
-
Method Detail
-
withFromJid
public ErrorBuilder withFromJid(JID fromJid)
Deprecated.
-
withStanza
public ErrorBuilder withStanza(java.lang.String stanza)
Deprecated.
-
build
public Error build()
Deprecated.
-
-