org.ow2.carol.cmi.rpc
Class POJOInvocationHandlerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ow2.carol.cmi.rpc.CMIInvocationHandlerException
                  extended by org.ow2.carol.cmi.rpc.POJOInvocationHandlerException
All Implemented Interfaces:
java.io.Serializable

public final class POJOInvocationHandlerException
extends org.ow2.carol.cmi.rpc.CMIInvocationHandlerException

Exception thrown when a server cannot be chosen when invoking a method of a clustered object.

Author:
The new CMI team
See Also:
POJOInvocationHandler, Serialized Form

Constructor Summary
POJOInvocationHandlerException(java.lang.String msg)
           
POJOInvocationHandlerException(java.lang.String msg, java.lang.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

POJOInvocationHandlerException

public POJOInvocationHandlerException(java.lang.String msg)

POJOInvocationHandlerException

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


Copyright © 2008 OW2 Consortium. All Rights Reserved.