|
|||||||||
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.PDUException
org.jsmpp.InvalidNumberOfDestinationsException
public class InvalidNumberOfDestinationsException
This exception should be thrown if there is an invalid number of destination address used by submit_multi.
Constructor Summary | |
---|---|
InvalidNumberOfDestinationsException(java.lang.String message,
int actualLength)
Default constructor. |
Method Summary | |
---|---|
int |
getActualLength()
|
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 |
---|
public InvalidNumberOfDestinationsException(java.lang.String message, int actualLength)
message
- is the message.actualLength
- the actual length.Method Detail |
---|
public int getActualLength()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |