public class MimeTypeNotSupportedException extends ConversionException
| Constructor and Description |
|---|
MimeTypeNotSupportedException()
Instantiates a new mime type not supported exception.
|
MimeTypeNotSupportedException(String message)
Instantiates a new mime type not supported exception.
|
MimeTypeNotSupportedException(String message,
Throwable cause)
Instantiates a new mime type not supported exception.
|
MimeTypeNotSupportedException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Instantiates a new mime type not supported exception.
|
MimeTypeNotSupportedException(Throwable cause)
Instantiates a new mime type not supported exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MimeTypeNotSupportedException()
public MimeTypeNotSupportedException(String message)
message - the messagepublic MimeTypeNotSupportedException(Throwable cause)
cause - the causepublic MimeTypeNotSupportedException(String message, Throwable cause)
message - the messagecause - the causepublic MimeTypeNotSupportedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message - the messagecause - the causeenableSuppression - the enable suppressionwritableStackTrace - the writable stack traceCopyright © 2022. All rights reserved.