All Packages Class Hierarchy This Package Previous Next Index
Class iBus.exception.NotRegistered
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----iBus.exception.iBusException
|
+----iBus.exception.NotRegistered
- public class NotRegistered
- extends iBusException
Signals that the talker application is not registered with the subject
-
NotRegistered()
-
-
NotRegistered(String)
- Create an exception with the given details.
NotRegistered
public NotRegistered()
NotRegistered
public NotRegistered(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