Class VidGeneratorServiceException

    • Constructor Detail

      • VidGeneratorServiceException

        public VidGeneratorServiceException​(String errorCode,
                                            String errorMessage)
        Constructor for the exception class with errorCode and errorMessage as the argument.
        Parameters:
        errorCode - the error code.
        errorMessage - the error message.
      • VidGeneratorServiceException

        public VidGeneratorServiceException​(String errorCode,
                                            String errorMessage,
                                            Throwable cause)