org.apache.mina.transport.serial
Class SerialPortUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.mina.core.RuntimeIoException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SerialPortUnavailableException
public SerialPortUnavailableException(String details)
Copyright © 2004-2008 Apache MINA Project. All Rights Reserved.