All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iBus.exception.NotSubscribed

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

public class NotSubscribed
extends iBusException
Signals that the application is not subscribed to a certain subject


Constructor Index

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

Constructors

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