Package com.maxmind.db
Class ClosedDatabaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.maxmind.db.ClosedDatabaseException
- All Implemented Interfaces:
 Serializable
Signals that the underlying database has been closed.
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
ClosedDatabaseException
ClosedDatabaseException() 
 -