org.apache.shindig.gadgets.servlet
Class RpcException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.shindig.gadgets.servlet.RpcException
All Implemented Interfaces:
Serializable

public class RpcException
extends Exception

Contains RPC-specific exceptions.

See Also:
Serialized Form

Constructor Summary
RpcException(GadgetContext context, String message)
           
RpcException(GadgetContext context, String message, Throwable cause)
           
RpcException(GadgetContext context, Throwable cause)
           
RpcException(String message)
           
RpcException(String message, Throwable cause)
           
 
Method Summary
 GadgetContext getContext()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

getContext

public GadgetContext getContext()


Copyright © 2007-2012. All Rights Reserved.