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
-
NotSubscribed()
-
-
NotSubscribed(String)
- Create an exception with the given details.
NotSubscribed
public NotSubscribed()
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