jgroup
Class McastRemoteException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--java.rmi.RemoteException
                          |
                          +--jgroup.McastRemoteException
All Implemented Interfaces:
java.io.Serializable

public class McastRemoteException
extends java.rmi.RemoteException

Marker exception used by Jgroup to distinguish external group method invocations with multicast semantics.

Since:
Jgroup 0.8
Author:
Alberto Montresor
See Also:
Serialized Form

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

McastRemoteException

public McastRemoteException()
Constructs a McastRemoteException with no detail message.

McastRemoteException

public McastRemoteException(java.lang.String s)
Constructs a McastRemoteException with the specified message.
Parameters:
s - detailed message.