com.java4less.sms.tap
Class BadCloseException

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

public class BadCloseException
extends TapException

Special case of a TapException. see TapSender.close()

See Also:
Serialized Form

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

BadCloseException

public BadCloseException()

BadCloseException

public BadCloseException(java.lang.String m)