com.veriplace.client
Class InvalidCallbackException

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

public class InvalidCallbackException
extends UnexpectedException

A callback did not contain an oauth_token parameter or contained one that does not match any known request token.

Since:
2.0
See Also:
Serialized Form

Constructor Summary
InvalidCallbackException(java.lang.String message)
           
 
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

InvalidCallbackException

public InvalidCallbackException(java.lang.String message)