com.retrogui.dualrpc.common
Class RpcException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.retrogui.dualrpc.common.RpcException
All Implemented Interfaces:
java.io.Serializable

public class RpcException
extends java.lang.Exception

Exception Class

See Also:
Serialized Form

Constructor Summary
RpcException()
          Creates a new RpcException object.
RpcException(java.lang.String message)
          Creates a new RpcException object.
RpcException(java.lang.String message, java.lang.Throwable cause)
          Creates a new RpcException object.
RpcException(java.lang.Throwable cause)
          Creates a new RpcException object.
 
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()
Creates a new RpcException object.


RpcException

public RpcException(java.lang.String message)
Creates a new RpcException object.

Parameters:
message -

RpcException

public RpcException(java.lang.String message,
                    java.lang.Throwable cause)
Creates a new RpcException object.

Parameters:
message -
cause -

RpcException

public RpcException(java.lang.Throwable cause)
Creates a new RpcException object.

Parameters:
cause -