org.objectweb.carol.cmi
Class NotLoadedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.rmi.RemoteException
                  extended byorg.objectweb.carol.cmi.NotLoadedException
All Implemented Interfaces:
java.io.Serializable

public class NotLoadedException
extends java.rmi.RemoteException

Thrown when an object cannot be loaded in the server at the lookup time

Author:
Benoit Pelletier
See Also:
Serialized Form

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

NotLoadedException

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

Parameters:
msg - message

NotLoadedException

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

Parameters:
msg - message
ex - source exception