Autopsy  4.4.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.timeline.db.MultipleTransactionException Class Reference

Inherits IllegalStateException.

Public Member Functions

 MultipleTransactionException ()
 

Static Private Attributes

static final String CANNOT_HAVE_MORE_THAN_ONE_OPEN_TRANSACTION = "Cannot have more than one open transaction."
 
static final long serialVersionUID = 1L
 

Detailed Description

Definition at line 24 of file MultipleTransactionException.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.timeline.db.MultipleTransactionException.MultipleTransactionException ( )

Definition at line 29 of file MultipleTransactionException.java.

Member Data Documentation

final String org.sleuthkit.autopsy.timeline.db.MultipleTransactionException.CANNOT_HAVE_MORE_THAN_ONE_OPEN_TRANSACTION = "Cannot have more than one open transaction."
staticprivate

Definition at line 27 of file MultipleTransactionException.java.

final long org.sleuthkit.autopsy.timeline.db.MultipleTransactionException.serialVersionUID = 1L
staticprivate

Definition at line 26 of file MultipleTransactionException.java.


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

Copyright © 2012-2016 Basis Technology. Generated on: Fri Sep 29 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.