com.objectxp.msg
Class GsmException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.objectxp.msg.MessageException
              extended bycom.objectxp.msg.GsmException
All Implemented Interfaces:
java.io.Serializable

public class GsmException
extends MessageException

This exception will be thrown by the GsmSmsService for GSM specific exceptions.

See Also:
GsmSmsService, Serialized Form

Method Summary
 int getGsmCause()
          Returns the failure cause according to GSM 04.11.
 
Methods inherited from class com.objectxp.msg.MessageException
getException, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getGsmCause

public int getGsmCause()
Returns the failure cause according to GSM 04.11. See the GSM 04.11 specification (Annex E: Cause definition) for more details about the possible causes.

Returns:
the failure cause or 0 if unknown


object XP, Inc. © 2000-2007. All rights reserved object XP