|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jsmpp.InvalidResponseException
org.jsmpp.GenericNackResponseException
public class GenericNackResponseException
| 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 |
|---|
private static final long serialVersionUID
private final int commandStatus
| Constructor Detail |
|---|
public GenericNackResponseException(java.lang.String message,
int commandStatus)
| Method Detail |
|---|
public int getCommandStatus()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||