All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iBus.exception.AlreadyRegistered

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

public class AlreadyRegistered
extends iBusException
Signals that a talker application is already registered with the subject


Constructor Index

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

Constructors

 o AlreadyRegistered
 public AlreadyRegistered()
 o AlreadyRegistered
 public AlreadyRegistered(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