Go to the documentation of this file.
19package org.sleuthkit.autopsy.exceptions;
38 this.userMessage = message;
61 super(message, cause);
62 this.userMessage = message;
74 super(message, cause);
static final long serialVersionUID
AutopsyException(String message)
AutopsyException(String message, String userMessage, Throwable cause)
AutopsyException(String message, Throwable cause)
AutopsyException(String message, String userMessage)
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.