uwcse.location.objects
Class DatabaseLoadException

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

public class DatabaseLoadException
extends PhysicalObjectDatabaseException

This is an exception thrown by the database which manages physical objects to indicate a failure in loading and initializing from a persistent filesystem snapshot.

Version:
$Revision: 1.4 $
Author:
Jeffrey Hightower

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

DatabaseLoadException

public DatabaseLoadException()

DatabaseLoadException

public DatabaseLoadException(String message)

DatabaseLoadException

public DatabaseLoadException(String message,
                             Throwable cause)

DatabaseLoadException

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