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
-
ArcsCommE ArcsCommException()
- Default constructor.
-
ArcsCommException(String)
- A constructor with a message.
ArcsCommException
public ArcsCommException()
- Default constructor.
ArcsCommException
public ArcsCommException(String s)
- A constructor with a message.
- Parameters:
- s - the message.
All Packages Class Hierarchy This Package Previous Next Index