Class MimetypeNotFoundException

All Implemented Interfaces:
Serializable

public class MimetypeNotFoundException extends NuxeoException
Exception raised when no matching mimetype entry can be found / guessed by the service.
Author:
[email protected]
See Also:
  • Constructor Details

    • MimetypeNotFoundException

      public MimetypeNotFoundException()
    • MimetypeNotFoundException

      public MimetypeNotFoundException(String message)
    • MimetypeNotFoundException

      public MimetypeNotFoundException(String message, Throwable cause)
    • MimetypeNotFoundException

      public MimetypeNotFoundException(Throwable cause)