org.eyedb
Class DatabaseOpeningException

java.lang.Object
  extended byjava.lang.Throwable
      extended byorg.eyedb.Exception
          extended byorg.eyedb.DatabaseOpeningException
All Implemented Interfaces:
java.io.Serializable

public class DatabaseOpeningException
extends Exception

See Also:
Serialized Form

Constructor Summary
DatabaseOpeningException(Status status)
           
 
Methods inherited from class org.eyedb.Exception
getStatus, getString, print, print, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DatabaseOpeningException

public DatabaseOpeningException(Status status)