com.ibm.security.certclient.base
Class PkPollException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.security.certclient.base.PkException
com.ibm.security.certclient.base.PkPollException
All implemented interfaces:
- public class PkPollException
- extends PkException
Author:
Rod Mancisidor
See Also:
Constructor Summary
| Constructor and Description |
|---|
PkPollException(int pollReference,int timeToCheckBack)
Construct a new
PkPollException.
|
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
getPollReference()
Returns the polling reference number for the corresponding request.
|
|
getTimeToCheckBack()
Returns the time to check back for a reply in seconds.
|
| Methods inherited from class com.ibm.security.certclient.base.PkException |
|---|
getWrappedException, hasWrappedException, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail
PkPollException
- public PkPollException(int pollReference,
- int timeToCheckBack)
Parameters:
pollReference - The number that should be used to retrieve a reply
for the corresponding request. timeToCheckBack - The number of seconds that should elapse before
the client attempts to poll for a reply. Method Detail
getPollReference
- public int getPollReference()
Returns the polling reference number for the corresponding request.
getTimeToCheckBack
- public int getTimeToCheckBack()
Returns the time to check back for a reply in seconds.
PkPollException.