|
||||||||||
| 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.InvalidCommandLengthException
public class InvalidCommandLengthException
This exception is thrown if command_length of PDU is not acceptable.
| Field Summary | |
|---|---|
private static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
InvalidCommandLengthException()
Default constructor. |
|
InvalidCommandLengthException(java.lang.String message)
Construct with specified message. |
|
InvalidCommandLengthException(java.lang.String message,
java.lang.Throwable cause)
Construct with specified message and cause. |
|
InvalidCommandLengthException(java.lang.Throwable cause)
Construct with specified cause. |
|
| Method Summary |
|---|
| 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
| Constructor Detail |
|---|
public InvalidCommandLengthException()
public InvalidCommandLengthException(java.lang.String message,
java.lang.Throwable cause)
message - is the detail message.cause - is the parent cause.public InvalidCommandLengthException(java.lang.String message)
message - is the detail message.public InvalidCommandLengthException(java.lang.Throwable cause)
cause - is the parent cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||