jSyncManager

org.jSyncManager.JSerial
Class SerialInitializationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jSyncManager.JSerial.SerialInitializationException
All Implemented Interfaces:
java.io.Serializable

public class SerialInitializationException
extends java.lang.Exception

An exception to be thrown when the serial port can't be initialized.

Version:
$Revision: 1.2 $
Author:
Brad BARCLAY <bbarclay@jsyncmanager.org>
Last modified by: $Author: yaztromo $ on $Date: 2003/11/20 17:50:58 $.
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
SerialInitializationException()
          The following constructor is a messageless exception.
SerialInitializationException(java.lang.String s)
          The following constructor builds an exception with a given message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SerialInitializationException

public SerialInitializationException()
The following constructor is a messageless exception.


SerialInitializationException

public SerialInitializationException(java.lang.String s)
The following constructor builds an exception with a given message.

Parameters:
s - the message to include with this exception.

jSyncManager

Copyright (c) 1998 - 2003 Brad BARCLAY and others. All Rights Reserved.