com.funambol.client.ipc.rpc
Class RPCException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.funambol.client.ipc.rpc.RPCException
All Implemented Interfaces:
java.io.Serializable

public class RPCException
extends java.lang.RuntimeException

This exception is thrown if an error occurs accessing the IPC process

See Also:
Serialized Form

Constructor Summary
RPCException(java.lang.String msg)
          Creates an instance of this exception setting a related message
 
Method Summary
 
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(java.lang.String msg)
Creates an instance of this exception setting a related message

Parameters:
msg - the msg related to this exception


Copyright © 2001-2009 Funambol.