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

Field Summary
private  int commandStatus
           
private static long serialVersionUID
           
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

commandStatus

private final int commandStatus
Constructor Detail

GenericNackResponseException

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

getCommandStatus

public int getCommandStatus()