public class RpcException extends Exception
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
GadgetContext |
getContext() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RpcException(String message)
public RpcException(GadgetContext context, Throwable cause)
public RpcException(GadgetContext context, String message)
public RpcException(GadgetContext context, String message, Throwable cause)
public GadgetContext getContext()
Copyright © 2007-2012. All Rights Reserved.