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


Constructor Index

 o iBusException()
 o iBusException(String)
Create an exception with the given details.

Constructors

 o iBusException
 public iBusException()
 o 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