SMSLib 3.5.3

org.smslib
Class GatewayException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.smslib.SMSLibException
              extended by org.smslib.GatewayException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidMessageException

public class GatewayException
extends SMSLibException

Exception class specific to gateway errors.

See Also:
Serialized Form

Constructor Summary
GatewayException()
           
GatewayException(java.lang.String errorMessage)
           
GatewayException(java.lang.String errorMessage, java.lang.Throwable e)
           
GatewayException(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

GatewayException

public GatewayException(java.lang.String errorMessage)

GatewayException

public GatewayException()

GatewayException

public GatewayException(java.lang.Throwable e)

GatewayException

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

SMSLib 3.5.3

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