Package ghidra.program.database.util
Class DatabaseVersionException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- ghidra.program.database.util.DatabaseVersionException
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class DatabaseVersionException extends java.lang.ExceptionException thrown if the database does not match the expected version of the program classes.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description DatabaseVersionException()Construct a new DatabaseException.DatabaseVersionException(java.lang.String msg)Construct a new DatabaseException with the given message. 
 -