org.jsmpp
Class GenericNackResponseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jsmpp.InvalidResponseException
              extended by org.jsmpp.GenericNackResponseException
All Implemented Interfaces:
java.io.Serializable

public class GenericNackResponseException
extends InvalidResponseException

Author:
uudashr
See Also:
Serialized Form

Constructor Summary
GenericNackResponseException(java.lang.String message, int commandStatus)
           
 
Method Summary
 int getCommandStatus()
           
 
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

GenericNackResponseException

public GenericNackResponseException(java.lang.String message,
                                    int commandStatus)
Method Detail

getCommandStatus

public int getCommandStatus()