|
||||||||||
| 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.lang.RuntimeException
edu.emory.mathcs.rmix.InvalidInterfaceException
Exception thrown during export or bind operations when some of the remote
object interfaces are found to not conform to the RMIX requirements for a
"remote interface". This may happen if the interface does not extend
java.rmi.Remote, if some of its methods are not declared to
throw java.rmi.RemoteException, if the exported target object
does not actually implement requested interface, and in other cases.
| Constructor Summary | |
InvalidInterfaceException(java.lang.String msg)
Constructs new exception with a given message. |
|
| 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 |
public InvalidInterfaceException(java.lang.String msg)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||