org.csapi.jr.se.mm
Class RequestedAccuracyCannotBeDeliveredException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.csapi.jr.se.mm.MobilityException
                    |
                    +--org.csapi.jr.se.mm.RequestedAccuracyCannotBeDeliveredException
All Implemented Interfaces:
java.io.Serializable

public class RequestedAccuracyCannotBeDeliveredException
extends MobilityException

The requested location accuracy cannot be delivered

See Also:
Serialized Form

Constructor Summary
RequestedAccuracyCannotBeDeliveredException()
           
RequestedAccuracyCannotBeDeliveredException(java.lang.String message)
           
RequestedAccuracyCannotBeDeliveredException(java.lang.String message, java.lang.Throwable cause)
           
RequestedAccuracyCannotBeDeliveredException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RequestedAccuracyCannotBeDeliveredException

public RequestedAccuracyCannotBeDeliveredException()

RequestedAccuracyCannotBeDeliveredException

public RequestedAccuracyCannotBeDeliveredException(java.lang.String message)

RequestedAccuracyCannotBeDeliveredException

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

RequestedAccuracyCannotBeDeliveredException

public RequestedAccuracyCannotBeDeliveredException(java.lang.Throwable cause)
Method Detail

getCause

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