public class MimeTypeException extends TikaException
| Constructor and Description |
|---|
MimeTypeException(String message)
Constructs a MimeTypeException with the specified detail message.
|
MimeTypeException(String message,
Throwable cause)
Constructs a MimeTypeException with the specified detail message
and root cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MimeTypeException(String message)
message - the detail message.Copyright © 2007–2023 The Apache Software Foundation. All rights reserved.