com.veriplace.client
Class GetLocationBillingDeclinedException

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

public class GetLocationBillingDeclinedException
extends GetLocationException

Thrown to indicate that a GetLocationAPI method failed because the billing system did not approve the request for this application.

Since:
2.0
See Also:
Serialized Form

Constructor Summary
GetLocationBillingDeclinedException()
           
 
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

GetLocationBillingDeclinedException

public GetLocationBillingDeclinedException()