Autopsy  4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
com.basistech.df.cybertriage.autopsy.ctapi.CTCloudException Class Reference

Inherits Exception.

Classes

enum  ErrorCode
 

Public Member Functions

 CTCloudException (CTCloudException.ErrorCode errorCode)
 
 CTCloudException (CTCloudException.ErrorCode errorCode, Throwable throwable)
 
ErrorCode getErrorCode ()
 
String getErrorDetails ()
 

Static Public Member Functions

static ErrorCode parseUnknownException (Throwable throwable)
 

Private Attributes

final ErrorCode errorCode
 

Detailed Description

An exception thrown due to an error that occurs while making a CT Cloud REST API request.

Definition at line 30 of file CTCloudException.java.

Constructor & Destructor Documentation

com.basistech.df.cybertriage.autopsy.ctapi.CTCloudException.CTCloudException ( CTCloudException.ErrorCode  errorCode)
com.basistech.df.cybertriage.autopsy.ctapi.CTCloudException.CTCloudException ( CTCloudException.ErrorCode  errorCode,
Throwable  throwable 
)

Member Function Documentation

ErrorCode com.basistech.df.cybertriage.autopsy.ctapi.CTCloudException.getErrorCode ( )
String com.basistech.df.cybertriage.autopsy.ctapi.CTCloudException.getErrorDetails ( )
static ErrorCode com.basistech.df.cybertriage.autopsy.ctapi.CTCloudException.parseUnknownException ( Throwable  throwable)
static

Member Data Documentation

final ErrorCode com.basistech.df.cybertriage.autopsy.ctapi.CTCloudException.errorCode
private

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

Copyright © 2012-2022 Basis Technology. Generated on: Tue Feb 6 2024
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.