SMSLib 3.5.3

org.smslib
Class TimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.smslib.SMSLibException
              extended by org.smslib.TimeoutException
All Implemented Interfaces:
java.io.Serializable

public class TimeoutException
extends SMSLibException

Exception class specific to timeout errors.

See Also:
Serialized Form

Constructor Summary
TimeoutException()
           
TimeoutException(java.lang.String errorMessage)
           
TimeoutException(java.lang.String errorMessage, java.lang.Throwable e)
           
TimeoutException(java.lang.Throwable e)
           
 
Method Summary
 
Methods inherited from class org.smslib.SMSLibException
getOriginalException
 
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

TimeoutException

public TimeoutException(java.lang.String errorMessage)

TimeoutException

public TimeoutException()

TimeoutException

public TimeoutException(java.lang.Throwable e)

TimeoutException

public TimeoutException(java.lang.String errorMessage,
                        java.lang.Throwable e)

SMSLib 3.5.3

(c) 2002-2011, http://smslib.org