com.java4less.comm
Class CommException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--com.java4less.comm.CommException
All Implemented Interfaces:
java.io.Serializable

public class CommException
extends java.io.IOException

Exception class for CommConnector. Used mainly by the open() to inform of unexpected problems when trying to establish the communication channel, such as unavailable hardware resources or initiation protocol failure.
Note that CommConnector methods may also throw a "plain" IOException when the problem is considered to be at a lower level such as connection lost.

See Also:
IOException, Serialized Form

Constructor Summary
CommException()
           
CommException(java.lang.String m)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommException

public CommException()

CommException

public CommException(java.lang.String m)