public class MimeTypeResolutionException extends Exception
MimeTypeResolver encounters problems during its execution.| Constructor and Description |
|---|
MimeTypeResolutionException()
Instantiates a new MimeTypeResolutionException.
|
MimeTypeResolutionException(String message)
Instantiates a new MimeTypeResolutionException from a given string.
|
MimeTypeResolutionException(String message,
Throwable throwable)
Instantiates a new MimeTypeResolutionException with a message.
|
MimeTypeResolutionException(Throwable throwable)
Instantiates a new MimeTypeResolutionExceptionn.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MimeTypeResolutionException(String message)
message - the string to use for the exception.public MimeTypeResolutionException()
public MimeTypeResolutionException(String message, Throwable throwable)
message - the messagethrowable - the throwablepublic MimeTypeResolutionException(Throwable throwable)
throwable - the throwableThis work is licensed under a Creative Commons Attribution 4.0 International License.