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