|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
org.objectweb.carol.cmi.NotLoadedException
Thrown when an object cannot be loaded in the server at the lookup time
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 |
public NotLoadedException(java.lang.String msg)
msg
- messagepublic NotLoadedException(java.lang.String msg, java.lang.Throwable ex)
msg
- messageex
- source exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |