Package ddf.mime

Class MimeTypeResolutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ddf.mime.MimeTypeResolutionException
All Implemented Interfaces:
Serializable

public class MimeTypeResolutionException extends Exception
Exception thrown when a MimeTypeResolver encounters problems during its execution.
Author:
Hugh Rodgers
See Also:
  • Constructor Details

    • MimeTypeResolutionException

      public MimeTypeResolutionException(String message)
      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

      public MimeTypeResolutionException(String message, Throwable throwable)
      Instantiates a new MimeTypeResolutionException with a message.
      Parameters:
      message - the message
      throwable - the throwable
    • MimeTypeResolutionException

      public MimeTypeResolutionException(Throwable throwable)
      Instantiates a new MimeTypeResolutionExceptionn.
      Parameters:
      throwable - the throwable