javax.infobus
Class InfoBusMembershipException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.infobus.InfoBusMembershipException

public class InfoBusMembershipException
extends java.lang.Exception

The InfoBusMembershipException may be thrown because the InfoBus being joined is "stale" -- no longer on the system's set of active InfoBusses -- or because membership is not permitted for the joiner

See Also:
Serialized Form

Constructor Summary
InfoBusMembershipException(java.lang.String s)
          Creates an InfoBusMembershipException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InfoBusMembershipException

public InfoBusMembershipException(java.lang.String s)
Creates an InfoBusMembershipException
Parameters:
s - a descriptive message with exception details