All Packages Class Hierarchy This Package Previous Next Index
Class iBus.exception.iBusException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----iBus.exception.iBusException
- public class iBusException
- extends Exception
Base class of all iBus exceptions
-
iBusException()
-
-
iBusException(String)
- Create an exception with the given details.
iBusException
public iBusException()
iBusException
public iBusException(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