|
||||||||||
| 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.extra.ResponseTimeoutException
public class ResponseTimeoutException
Throw if the the response never come for specified timeout.
| Field Summary | |
|---|---|
private static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
ResponseTimeoutException()
Default constructor. |
|
ResponseTimeoutException(java.lang.String message)
Construct with specified message. |
|
ResponseTimeoutException(java.lang.String message,
java.lang.Throwable cause)
Construct with specified message and cause. |
|
ResponseTimeoutException(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 ResponseTimeoutException()
public ResponseTimeoutException(java.lang.String message,
java.lang.Throwable cause)
message - is the message.cause - is the cause.public ResponseTimeoutException(java.lang.String message)
message - is the detail message.public ResponseTimeoutException(java.lang.Throwable cause)
cause - is the cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||