com.veriplace.client
Class UserDiscoveryNotPermittedException

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.UserDiscoveryNotPermittedException
All Implemented Interfaces:
java.io.Serializable

public class UserDiscoveryNotPermittedException
extends UserDiscoveryException

Thrown to indicate that a UserDiscoveryAPI method failed because the application does not have permission to identify the user.

Since:
2.0
See Also:
Serialized Form

Constructor Summary
UserDiscoveryNotPermittedException()
           
UserDiscoveryNotPermittedException(VeriplaceOAuthException cause)
           
 
Method Summary
 VeriplaceOAuthException getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

UserDiscoveryNotPermittedException

public UserDiscoveryNotPermittedException()

UserDiscoveryNotPermittedException

public UserDiscoveryNotPermittedException(VeriplaceOAuthException cause)
Method Detail

getCause

public VeriplaceOAuthException getCause()
Overrides:
getCause in class java.lang.Throwable