uwcse.location
Class NoSuchSubscriptionException

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

public class NoSuchSubscriptionException
extends SubscriptionException

This is an exception thrown by subscription message handlers when an operation such as renewal is attempted to a non-existent subscription.

Version:
$Revision: 1.3 $
Author:
Jeffrey Hightower

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

NoSuchSubscriptionException

public NoSuchSubscriptionException()

NoSuchSubscriptionException

public NoSuchSubscriptionException(String message)

NoSuchSubscriptionException

public NoSuchSubscriptionException(String message,
                                   Throwable cause)

NoSuchSubscriptionException

public NoSuchSubscriptionException(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