com.java4less.sms.tap
Class TapException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--com.java4less.sms.tap.TapException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BadCloseException

public class TapException
extends java.io.IOException

Exception class for the TAP protocol. Used for unexpected conditions related only to the TAP protocol, either when trying to establish a TAP session (e.g. logon rejected) or during data transmission (e.g. a server non compliant with TAP specifications). note that other problems such as carrier lost during a modem connection will throw other exception types such as CommException or IOException.

See Also:
Serialized Form

Constructor Summary
TapException()
           
TapException(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

TapException

public TapException()

TapException

public TapException(java.lang.String m)