Autopsy  4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Static Private Attributes | List of all members
org.sleuthkit.autopsy.centralrepository.datamodel.IncompatibleCentralRepoException Class Reference

Inherits Exception.

Public Member Functions

 IncompatibleCentralRepoException (String message)
 
 IncompatibleCentralRepoException (String message, Throwable cause)
 
 IncompatibleCentralRepoException (Throwable cause)
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Exception to denote that the Central Repo is not compatable with the current version of the software.

Definition at line 25 of file IncompatibleCentralRepoException.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.centralrepository.datamodel.IncompatibleCentralRepoException.IncompatibleCentralRepoException ( String  message)

Construct an exception with the given message.

Parameters
messageerror message

Definition at line 33 of file IncompatibleCentralRepoException.java.

org.sleuthkit.autopsy.centralrepository.datamodel.IncompatibleCentralRepoException.IncompatibleCentralRepoException ( String  message,
Throwable  cause 
)

Construct an exception with the given message and inner exception.

Parameters
messageerror message
causeinner exception

Definition at line 42 of file IncompatibleCentralRepoException.java.

org.sleuthkit.autopsy.centralrepository.datamodel.IncompatibleCentralRepoException.IncompatibleCentralRepoException ( Throwable  cause)

Construct an exception with the given inner exception.

Parameters
causeinner exception

Definition at line 50 of file IncompatibleCentralRepoException.java.

Member Data Documentation

final long org.sleuthkit.autopsy.centralrepository.datamodel.IncompatibleCentralRepoException.serialVersionUID = 1L
staticprivate

Definition at line 27 of file IncompatibleCentralRepoException.java.


The documentation for this class was generated from the following file:

Copyright © 2012-2021 Basis Technology. Generated on: Thu Sep 30 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.