Sleuth Kit Java Bindings (JNI)  4.11.0
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.OsAccountManager.NotUserSIDException Class Reference

Inherits org.sleuthkit.datamodel.TskException.

Public Member Functions

 NotUserSIDException ()
 
 NotUserSIDException (String msg)
 
 NotUserSIDException (String msg, Exception ex)
 
- Public Member Functions inherited from org.sleuthkit.datamodel.TskException
 TskException (String msg)
 
 TskException (String msg, Exception ex)
 

Detailed Description

Exception thrown if a given SID is a valid SID but is a group SID, and not an individual user SID.

Definition at line 1610 of file OsAccountManager.java.

Constructor & Destructor Documentation

org.sleuthkit.datamodel.OsAccountManager.NotUserSIDException.NotUserSIDException ( )

Default constructor when error message is not available

Definition at line 1617 of file OsAccountManager.java.

org.sleuthkit.datamodel.OsAccountManager.NotUserSIDException.NotUserSIDException ( String  msg)

Create exception containing the error message

Parameters
msgthe message

Definition at line 1626 of file OsAccountManager.java.

org.sleuthkit.datamodel.OsAccountManager.NotUserSIDException.NotUserSIDException ( String  msg,
Exception  ex 
)

Create exception containing the error message and cause exception

Parameters
msgthe message
excause exception

Definition at line 1636 of file OsAccountManager.java.


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

Copyright © 2011-2021 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.