com.ibm.manplato.GUIParts.Legacy
Class NoPortHandlerAvailableException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.manplato.GUIParts.Legacy.NoPortHandlerAvailableException
All Implemented Interfaces:
java.io.Serializable

public class NoPortHandlerAvailableException
extends java.lang.Exception

An Exception thrown by ComSelectDialog when no serial transports can be found.

Version:
$Rev$-$Date: 2001/03/15 16:55:31 $$State: Exp $
Author:
File Created By: Brad BARCLAY <bbarclay@ca.ibm.com>, Last Modified By: $Author: Yaztromo $
See Also:
Serialized Form

Constructor Summary
NoPortHandlerAvailableException()
          NoPortHandlerAvailableException constructor.
NoPortHandlerAvailableException(java.lang.String s)
          NoPortHandlerAvailableException constructor.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoPortHandlerAvailableException

public NoPortHandlerAvailableException()
NoPortHandlerAvailableException constructor.

NoPortHandlerAvailableException

public NoPortHandlerAvailableException(java.lang.String s)
NoPortHandlerAvailableException constructor.
Parameters:
s - The message to store in this exception.