com.veriplace.client
Class GetLocationException

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

public class GetLocationException
extends RequestDeniedException

Base class for exceptions in GetLocationAPI methods.

Since:
2.0
See Also:
Serialized Form

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

GetLocationException

public GetLocationException()

GetLocationException

public GetLocationException(java.lang.String message)

GetLocationException

public GetLocationException(java.lang.Throwable cause)

GetLocationException

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