All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javax.infobus.StaleInfoBusException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----javax.infobus.StaleInfoBusException

public class StaleInfoBusException
extends RuntimeException
The StaleInfoBusException may be thrown because the InfoBus instance involved is stale (removed from active list). It indicates a bug in the caller's code.


Constructor Index

 o StaleInfoBusException(String)
Creates an StaleInfoBusException

Constructors

 o StaleInfoBusException
 public StaleInfoBusException(String s)
Creates an StaleInfoBusException

Parameters:
s - a descriptive message with exception details

All Packages  Class Hierarchy  This Package  Previous  Next  Index