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