All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iBus.exception.NotRegistered

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----iBus.exception.iBusException
                           |
                           +----iBus.exception.NotRegistered

public class NotRegistered
extends iBusException
Signals that the talker application is not registered with the subject


Constructor Index

 o NotRegistered()
 o NotRegistered(String)
Create an exception with the given details.

Constructors

 o NotRegistered
 public NotRegistered()
 o NotRegistered
 public NotRegistered(String details)
Create an exception with the given details.

Parameters:
details - the details of the exception

All Packages  Class Hierarchy  This Package  Previous  Next  Index