SMSLib 3.5.3

org.smslib
Class SMSLibException

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

public class SMSLibException
extends java.lang.Exception

Custom SMSLib Exception. Its the parent of all SMSLib defined exceptions

See Also:
Serialized Form

Constructor Summary
SMSLibException()
           
SMSLibException(java.lang.String errorMessage)
           
SMSLibException(java.lang.String errorMessage, java.lang.Throwable originalE)
           
SMSLibException(java.lang.Throwable originalE)
           
 
Method Summary
 java.lang.Throwable 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

SMSLibException

public SMSLibException(java.lang.String errorMessage)

SMSLibException

public SMSLibException()

SMSLibException

public SMSLibException(java.lang.Throwable originalE)

SMSLibException

public SMSLibException(java.lang.String errorMessage,
                       java.lang.Throwable originalE)
Method Detail

getOriginalException

public java.lang.Throwable getOriginalException()

SMSLib 3.5.3

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