uwcse.location.objects
Class DuplicatePhysicalObjectException

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

public class DuplicatePhysicalObjectException
extends PhysicalObjectDatabaseException

This is an exception thrown by the database which manages physical objects to indicate an attempt to add a duplicate object.

Version:
$Revision: 1.6 $
Author:
Jeffrey Hightower

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

DuplicatePhysicalObjectException

public DuplicatePhysicalObjectException()

DuplicatePhysicalObjectException

public DuplicatePhysicalObjectException(String message)

DuplicatePhysicalObjectException

public DuplicatePhysicalObjectException(String message,
                                        Throwable cause)

DuplicatePhysicalObjectException

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