All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iBus.exception.AlreadySubscribed

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

public class AlreadySubscribed
extends iBusException
Signals that the application is already subscribed to a certain subject


Constructor Index

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

Constructors

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