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:
java.io.Serializable

public class SerialPortUnavailableException
extends RuntimeIoException

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

Author:
Apache MINA Project
See Also:
Serialized Form

Constructor Summary
SerialPortUnavailableException(java.lang.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(java.lang.String details)