All Packages Class Hierarchy This Package Previous Next Index
Class javax.infobus.InfoBusMembershipException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----javax.infobus.InfoBusMembershipException
- public class InfoBusMembershipException
- extends 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
-
InfoBusMembershipException(String)
- Creates an InfoBusMembershipException
InfoBusMembershipException
public InfoBusMembershipException(String s)
- Creates an InfoBusMembershipException
- Parameters:
- s - a descriptive message with exception details
All Packages Class Hierarchy This Package Previous Next Index