Class UnsupportedMediaTypeException

    • Constructor Detail

      • UnsupportedMediaTypeException

        public UnsupportedMediaTypeException​(String aMessage,
                                             String aErrorCode)
        Instantiates a new unsupported media type exception.
        Parameters:
        aMessage - the message
        aErrorCode - the error code
      • UnsupportedMediaTypeException

        public UnsupportedMediaTypeException​(String aMessage,
                                             Throwable aCause,
                                             String aErrorCode)
        Instantiates a new unsupported media type exception.
        Parameters:
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • UnsupportedMediaTypeException

        public UnsupportedMediaTypeException​(String message,
                                             Throwable cause)
        Instantiates a new unsupported media type exception.
        Parameters:
        message - the message
        cause - the cause
      • UnsupportedMediaTypeException

        public UnsupportedMediaTypeException​(String message)
        Instantiates a new unsupported media type exception.
        Parameters:
        message - the message
      • UnsupportedMediaTypeException

        public UnsupportedMediaTypeException​(Throwable aCause,
                                             String aErrorCode)
        Instantiates a new unsupported media type exception.
        Parameters:
        aCause - the cause
        aErrorCode - the error code
      • UnsupportedMediaTypeException

        public UnsupportedMediaTypeException​(Throwable cause)
        Instantiates a new unsupported media type exception.
        Parameters:
        cause - the cause