com.ejie.r01f.rpcdispatcher
Class RPCException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ejie.r01f.exceptions.R01FBaseException
com.ejie.r01f.rpcdispatcher.RPCException
- All Implemented Interfaces:
- java.io.Serializable
- public class RPCException
- extends R01FBaseException
Excepcion RPC
- See Also:
- Serialized Form
|
Constructor Summary |
RPCException()
Constructor |
RPCException(java.lang.Exception cause)
|
RPCException(int errorCode,
java.lang.String message)
|
RPCException(int errorCode,
java.lang.String message,
java.lang.Exception cause)
|
RPCException(RPCContext rpcContext)
|
RPCException(RPCContext rpcContext,
java.lang.Exception ex)
|
RPCException(RPCContext rpcContext,
int errorCode,
java.lang.String message)
|
RPCException(RPCContext rpcContext,
int errorCode,
java.lang.String message,
java.lang.Exception ex)
|
RPCException(RPCContext rpcContext,
java.lang.String message)
|
RPCException(RPCContext rpcContext,
java.lang.String msg,
java.lang.Exception ex)
|
RPCException(java.lang.String message)
|
RPCException(java.lang.String message,
java.lang.Exception cause)
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
context
public RPCContext context
- El contexto de llamada RPC
RPCException
public RPCException()
- Constructor
RPCException
public RPCException(java.lang.Exception cause)
- Parameters:
cause -
RPCException
public RPCException(java.lang.String message)
- Parameters:
message -
RPCException
public RPCException(java.lang.String message,
java.lang.Exception cause)
- Parameters:
message - cause -
RPCException
public RPCException(int errorCode,
java.lang.String message)
- Parameters:
errorCode - message -
RPCException
public RPCException(int errorCode,
java.lang.String message,
java.lang.Exception cause)
- Parameters:
errorCode - message - cause -
RPCException
public RPCException(RPCContext rpcContext)
- Parameters:
rpcContext -
RPCException
public RPCException(RPCContext rpcContext,
java.lang.String message)
- Parameters:
rpcContext - message -
RPCException
public RPCException(RPCContext rpcContext,
int errorCode,
java.lang.String message)
- Parameters:
rpcContext - errorCode - message -
RPCException
public RPCException(RPCContext rpcContext,
java.lang.Exception ex)
- Parameters:
rpcContext - ex -
RPCException
public RPCException(RPCContext rpcContext,
java.lang.String msg,
java.lang.Exception ex)
- Parameters:
rpcContext - msg - ex -
RPCException
public RPCException(RPCContext rpcContext,
int errorCode,
java.lang.String message,
java.lang.Exception ex)
- Parameters:
rpcContext - errorCode - message - ex -