All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.arcsinc.hardwarehost.ArcsCommException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.arcsinc.hardwarehost.ArcsCommException

public class ArcsCommException
extends Exception
The ArcsCommException class is a trivial subclass of java.lang.Exception for the purpose of declaring communication exceptions with the hardware.

See Also:
Exception

Constructor Index

 o ArcsCommE ArcsCommException()
Default constructor.
 o ArcsCommException(String)
A constructor with a message.

Constructors

 o ArcsCommException
 public ArcsCommException()
Default constructor.

 o ArcsCommException
 public ArcsCommException(String s)
A constructor with a message.

Parameters:
s - the message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index
>