Class UnsupportedMediaTypeRuntimeException

    • Constructor Detail

      • UnsupportedMediaTypeRuntimeException

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

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

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

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

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

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