eXo Kernel :: Component :: Common Service 2.5.0-Alpha2

org.exoplatform.services.rpc
Class RPCException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.exoplatform.services.rpc.RPCException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AbstractRPCService.MemberHasLeftException

public class RPCException
extends Exception

The root class of all the Exception related to the RPC Service

Version:
$Id$
Author:
Nicolas Filotto
See Also:
Serialized Form

Constructor Summary
RPCException(String message)
           
RPCException(String message, Throwable cause)
           
 
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(String message,
                    Throwable cause)

RPCException

public RPCException(String message)

eXo Kernel :: Component :: Common Service 2.5.0-Alpha2

Copyright © 2013 eXo Platform SAS. All Rights Reserved.