uwcse.location
Class LocationRpcException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--uwcse.location.LocationException
                    |
                    +--uwcse.location.LocationRpcException
All Implemented Interfaces:
Serializable

public class LocationRpcException
extends LocationException

This is an exception thrown to indicate an exception thrown on the remote service during a remote procedure call. The cause is the exception thrown on the remote service.

Version:
$Revision: 1.4 $
Author:
Jeffrey Hightower
See Also:
Throwable.getCause()

Constructor Summary
LocationRpcException()
           
LocationRpcException(String message)
           
LocationRpcException(String message, Throwable cause)
           
LocationRpcException(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

LocationRpcException

public LocationRpcException()

LocationRpcException

public LocationRpcException(String message)

LocationRpcException

public LocationRpcException(String message,
                            Throwable cause)

LocationRpcException

public LocationRpcException(Throwable cause)


This documentation is for the Location Stack v0.8. The latest distribution, the documentation, and the list of contributors to the Location Stack can always be found at http://portolano.cs.washington.edu/projects/location/

© Copyright 2004 University of Washington CSE