com.veriplace.client
Class RequestNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.veriplace.client.VeriplaceException
              extended by com.veriplace.client.RequestNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class RequestNotFoundException
extends VeriplaceException

Indicates that an asynchronous request ID was no longer valid. This is thrown by GetLocationAPI.getResult(LocationRequestStatus) or InvitationAPI.getResult(InvitationStatus) if the specified request ID was unknown, or if the result was already delivered via a callback notification.

Since:
2.6
See Also:
Serialized Form

Constructor Summary
protected RequestNotFoundException(java.lang.String message)
           
protected RequestNotFoundException(java.lang.String message, java.lang.Throwable 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
 

Constructor Detail

RequestNotFoundException

protected RequestNotFoundException(java.lang.String message)

RequestNotFoundException

protected RequestNotFoundException(java.lang.String message,
                                   java.lang.Throwable cause)