com.veriplace.client
Class InvitationException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvitationDeclinedException, InvitationNotPermittedException

public class InvitationException
extends RequestDeniedException

Base class for exceptions in InvitationAPI methods.

Since:
2.3
See Also:
Serialized Form

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

InvitationException

public InvitationException()

InvitationException

public InvitationException(java.lang.String message)

InvitationException

public InvitationException(java.lang.Throwable cause)

InvitationException

public InvitationException(java.lang.String message,
                           java.lang.Throwable cause)