|
||||||||||
| 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
org.objectweb.fractal.rmi.RemoteException
public class RemoteException
Thrown when a remote method invocation fails for a "non functional" reason. This exception is a runtime exception, so that users do not need to declare it in every method of every Fractal interface that can be accessed remotely (such as the interfaces of the Fractal API).
| Field Summary | |
|---|---|
java.lang.Exception |
exception
The exception that caused the remote method invocation failure. |
| Constructor Summary | |
|---|---|
RemoteException(java.lang.String msg,
java.lang.Exception exception)
Constructs a new RemoteException. |
|
| 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 |
| Field Detail |
|---|
public final java.lang.Exception exception
| Constructor Detail |
|---|
public RemoteException(java.lang.String msg,
java.lang.Exception exception)
RemoteException.
msg - a detail message.exception - the exception that caused the method invocation failure.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||