org.marre.sms.transport.gsm
Class GsmException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.marre.sms.transport.gsm.GsmException
All Implemented Interfaces:
java.io.Serializable

public class GsmException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
GsmException(java.lang.String msg, java.lang.String response)
           
GsmException(java.lang.String msg, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getResponse()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GsmException

public GsmException(java.lang.String msg,
                    java.lang.Throwable cause)

GsmException

public GsmException(java.lang.String msg,
                    java.lang.String response)
Method Detail

getResponse

public java.lang.String getResponse()


Copyright © 2002-2005 Markus Eriksson. All Rights Reserved.