|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.io.IOException | +--java.rmi.RemoteException | +--jgroup.McastRemoteException
Marker exception used by Jgroup to distinguish external group method invocations with multicast semantics.
Fields inherited from class java.rmi.RemoteException |
detail, serialVersionUID |
Fields inherited from class java.lang.Throwable |
backtrace, detailMessage |
Constructor Summary | |
McastRemoteException()
Constructs a McastRemoteException with no detail message. |
|
McastRemoteException(java.lang.String s)
Constructs a McastRemoteException with the specified message. |
Methods inherited from class java.rmi.RemoteException |
getMessage, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, printStackTrace0, toString |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public McastRemoteException()
McastRemoteException
with no detail message.public McastRemoteException(java.lang.String s)
McastRemoteException
with the specified message.s
- detailed message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |