com.google.appengine.api.xmpp
Class XMPPFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.appengine.api.xmpp.XMPPFailureException
-
- All Implemented Interfaces:
- java.io.Serializable
Deprecated.This API has been deprecated.
@Deprecated public class XMPPFailureException extends java.lang.RuntimeException
XMPPFailureException
is thrown when any unknown error occurs while communicating with the XMPP service.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description XMPPFailureException(java.lang.String message)
Deprecated.
-