com.google.appengine.api.channel
Class ChannelFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.appengine.api.channel.ChannelFailureException
-
- All Implemented Interfaces:
- java.io.Serializable
Deprecated.This API has been deprecated.
@Deprecated public final class ChannelFailureException extends java.lang.RuntimeException
ChannelFailureException
is an unchecked exception that is thrown for any unexpected error that occurs while communicating with the channel service.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description ChannelFailureException(java.lang.String message)
Deprecated.ChannelFailureException(java.lang.String message, java.lang.Throwable cause)
Deprecated.
-