org.apache.mina.transport.serial
Class SerialPortUnavailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.mina.core.RuntimeIoException
                  extended by org.apache.mina.transport.serial.SerialPortUnavailableException
All Implemented Interfaces:
Serializable

public class SerialPortUnavailableException
extends RuntimeIoException

Exception thrown when the serial port can't be open because it doesn't exists.

Version:
$Rev: $, $Date: $
Author:
The Apache MINA Project (dev@mina.apache.org)
See Also:
Serialized Form

Constructor Summary
SerialPortUnavailableException(String details)
           
 
Method Summary
 
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

SerialPortUnavailableException

public SerialPortUnavailableException(String details)


Copyright © 2004-2008 Apache MINA Project. All Rights Reserved.