SMSLib 3.5.3

org.smslib
Class InvalidMessageException

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

public class InvalidMessageException
extends GatewayException

InvalidMessageException

Author:
brozow
See Also:
Serialized Form

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

InvalidMessageException

public InvalidMessageException(java.lang.String errorMessage)

InvalidMessageException

public InvalidMessageException()

InvalidMessageException

public InvalidMessageException(java.lang.Throwable e)

InvalidMessageException

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

SMSLib 3.5.3

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