com.veriplace.client
Class InvitationNotPermittedException

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.InvitationException
                      extended by com.veriplace.client.InvitationNotPermittedException
All Implemented Interfaces:
java.io.Serializable

public class InvitationNotPermittedException
extends InvitationException

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

Since:
2.3
See Also:
Serialized Form

Constructor Summary
InvitationNotPermittedException()
           
InvitationNotPermittedException(java.lang.String message)
           
InvitationNotPermittedException(java.lang.String message, VeriplaceOAuthException cause)
           
InvitationNotPermittedException(VeriplaceOAuthException 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

InvitationNotPermittedException

public InvitationNotPermittedException()

InvitationNotPermittedException

public InvitationNotPermittedException(java.lang.String message)

InvitationNotPermittedException

public InvitationNotPermittedException(VeriplaceOAuthException cause)

InvitationNotPermittedException

public InvitationNotPermittedException(java.lang.String message,
                                       VeriplaceOAuthException cause)