com.veriplace.client
Class GetLocationNotPermittedException

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

public class GetLocationNotPermittedException
extends GetLocationException

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

Since:
2.0
See Also:
Serialized Form

Constructor Summary
GetLocationNotPermittedException(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

GetLocationNotPermittedException

public GetLocationNotPermittedException(VeriplaceOAuthException cause)
Method Detail

getCause

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