All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iBus.exception.CommException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----iBus.exception.iBusException
                           |
                           +----iBus.exception.CommException

public class CommException
extends iBusException
Signals a communication exception


Constructor Index

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

Constructors

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