javax.infobus
Class StaleInfoBusException

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

public class StaleInfoBusException
extends java.lang.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.

See Also:
Serialized Form

Constructor Summary
StaleInfoBusException(java.lang.String s)
          Creates an StaleInfoBusException
 
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

StaleInfoBusException

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