org.ow2.cmi.rpc
Class CMIInvocationHandlerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.rmi.RemoteException
                  extended by org.ow2.cmi.rpc.CMIInvocationHandlerException
All Implemented Interfaces:
java.io.Serializable

public class CMIInvocationHandlerException
extends java.rmi.RemoteException

Thrown when an invocation of a CMIProxy failed due to an error in the cmi algorithm.

Author:
Loris Bouzonnet
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
CMIInvocationHandlerException(java.lang.String msg)
           
CMIInvocationHandlerException(java.lang.String msg, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, 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

CMIInvocationHandlerException

public CMIInvocationHandlerException(java.lang.String msg)

CMIInvocationHandlerException

public CMIInvocationHandlerException(java.lang.String msg,
                                     java.lang.Throwable cause)


Copyright © 2009 OW2 Consortium. All Rights Reserved.