Package ddf.mime
Class MimeTypeResolutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ddf.mime.MimeTypeResolutionException
- All Implemented Interfaces:
Serializable
Exception thrown when a
MimeTypeResolver encounters problems during its execution.- Author:
- Hugh Rodgers
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates 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. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MimeTypeResolutionException
Instantiates a new MimeTypeResolutionException from a given string.- Parameters:
message- the string to use for the exception.
-
MimeTypeResolutionException
public MimeTypeResolutionException()Instantiates a new MimeTypeResolutionException. -
MimeTypeResolutionException
Instantiates a new MimeTypeResolutionException with a message.- Parameters:
message- the messagethrowable- the throwable
-
MimeTypeResolutionException
Instantiates a new MimeTypeResolutionExceptionn.- Parameters:
throwable- the throwable
-