org.objectweb.carol.cmi
Class StubConfigException

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.objectweb.carol.cmi.StubConfigException
All Implemented Interfaces:
java.io.Serializable

public class StubConfigException
extends java.rmi.RemoteException

Thrown when unable to get information on a clustered object.

Author:
Simon Nieuviarts
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
StubConfigException(java.lang.String msg)
          Creates an exception with a message
StubConfigException(java.lang.String msg, java.lang.Throwable ex)
          Creates an exception with a message and an exception
 
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

StubConfigException

public StubConfigException(java.lang.String msg)
Creates an exception with a message

Parameters:
msg - message

StubConfigException

public StubConfigException(java.lang.String msg,
                           java.lang.Throwable ex)
Creates an exception with a message and an exception

Parameters:
msg - message
ex - source exception