com.veriplace.client
Class UserNotFoundException

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

public class UserNotFoundException
extends UserDiscoveryException

Thrown to indicate that a UserDiscoveryAPI method failed because Veriplace could not identify the user.

Since:
2.0
See Also:
Serialized Form

Constructor Summary
UserNotFoundException()
           
 
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

UserNotFoundException

public UserNotFoundException()