Serialio.modem
Class ModemException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended bySerialio.modem.ModemException
All Implemented Interfaces:
java.io.Serializable

public class ModemException
extends java.io.IOException

Modem specific exceptions.

  • Copyright (c) 1999-2002 Solutions Consulting, All Rights Reserved.

    See Also:
    Serialized Form

    Constructor Summary
    ModemException()
              Constructs an ModemException without a specific message.
    ModemException(java.lang.String s)
              Constructs an ModemException with the specified 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

    ModemException

    public ModemException()
    Constructs an ModemException without a specific message.


    ModemException

    public ModemException(java.lang.String s)
    Constructs an ModemException with the specified message.

    Parameters:
    s - Message.