org.apache.shindig.gadgets.servlet
Class RpcException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.shindig.gadgets.servlet.RpcException
- All Implemented Interfaces:
- Serializable
public class RpcException
- extends Exception
Contains RPC-specific exceptions.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RpcException
public RpcException(String message)
RpcException
public RpcException(String message,
Throwable cause)
RpcException
public RpcException(GadgetContext context,
Throwable cause)
RpcException
public RpcException(GadgetContext context,
String message)
RpcException
public RpcException(GadgetContext context,
String message,
Throwable cause)
getContext
public GadgetContext getContext()
Copyright © 2007-2012. All Rights Reserved.